netrw mappings

This commit is contained in:
ManjaroOne666 2018-02-18 12:19:37 +00:00
commit b6bab2587c
2 changed files with 15 additions and 12 deletions

11
vimrc
View file

@ -150,11 +150,9 @@ inoremap jk <esc>
nnoremap <leader>co :!clear;
" disable arrow keys
"noremap <Up> <nop>
"noremap <Down> <nop>
"noremap <Left> <nop>
"noremap <Right> <nop>
" netrw
nnoremap <leader>ex :Ex<CR>
nnoremap <leader>qq :Rex<CR>
" better window navigaton
nnoremap <C-h> <C-w>h
@ -441,6 +439,9 @@ let g:UltiSnipsJumpForwardTrigger='<c-b>'
let g:UltiSnipsJumpBackwardTrigger='<c-z>'
let g:UltiSnipsEditSplit='horizontal'
" Netrw
let g:netrw_liststyle=3
" NERDtree
nnoremap <F3> :NERDTreeFocus<CR>
nnoremap <leader>nt :NERDTreeFocus<CR>