Update init.vim

This commit is contained in:
Rawley Ivan Fowler 2021-11-29 16:24:36 +00:00
parent 4e6ce2d38c
commit 49eb836570

View file

@ -22,6 +22,9 @@ set ai
"Mappings" "Mappings"
nmap <F3> :NERDTreeToggle<CR> nmap <F3> :NERDTreeToggle<CR>
nmap <F2> :NERDTree-CD nmap <F2> :NERDTree-CD
nmap <C-l> :bn<cr>
nmap <C-h> :bp<cr>
nmap <A-;> :Rg<cr>
inoremap <silent><expr> <TAB> inoremap <silent><expr> <TAB>
\ pumvisible() ? "\<C-n>" : \ pumvisible() ? "\<C-n>" :
\ <SID>check_back_space() ? "\<TAB>" : \ <SID>check_back_space() ? "\<TAB>" :