Add H and L bindings to netrw
This commit is contained in:
parent
5363da8480
commit
2f981a9113
1 changed files with 6 additions and 0 deletions
|
@ -13,3 +13,9 @@ let g:netrw_winsize = 25
|
||||||
|
|
||||||
" Reuse directory listings
|
" Reuse directory listings
|
||||||
let g:netrw_fastbrowse = 1
|
let g:netrw_fastbrowse = 1
|
||||||
|
|
||||||
|
augroup NETRW
|
||||||
|
au!
|
||||||
|
au FileType netrw nmap <buffer> l <CR>
|
||||||
|
au FileType netrw nmap <buffer> h -
|
||||||
|
augroup END
|
||||||
|
|
Loading…
Reference in a new issue