netrw mappings

This commit is contained in:
ManjaroOne666 2018-02-18 13:07:37 +00:00
parent 4db4f11dc1
commit b0f22bdc9b
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
nmap <buffer> o <CR>
nmap <buffer> q :Rex<CR>

2
vimrc
View File

@ -153,7 +153,7 @@ nnoremap <leader>co :!clear;
" netrw
nnoremap <leader>ex :Ex<CR>
nnoremap <leader>ee :e .<CR>
nnoremap <leader>qq :Rex<CR>
nnoremap <leader>eq :Rex<CR>
" better window navigaton
nnoremap <C-h> <C-w>h