Improve vim netrw mappings

This commit is contained in:
Talia 2020-08-19 11:49:35 +02:00
parent 7925536da2
commit 9dc6472959
1 changed files with 2 additions and 1 deletions

View File

@ -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