Improve vim netrw mappings
This commit is contained in:
parent
7925536da2
commit
9dc6472959
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ let g:netrw_fastbrowse = 1
|
|||
|
||||
augroup NETRW
|
||||
au!
|
||||
au FileType netrw nmap <buffer> l <CR>
|
||||
au FileType netrw nmap <buffer> l gn
|
||||
au FileType netrw nmap <buffer> h -
|
||||
au FileType netrw nmap <buffer> <space> <CR>
|
||||
augroup END
|
||||
|
|
Loading…
Reference in a new issue