Add H and L bindings to netrw

This commit is contained in:
Talia 2020-08-19 11:45:54 +02:00
parent 5363da8480
commit 2f981a9113
1 changed files with 6 additions and 0 deletions

View File

@ -13,3 +13,9 @@ let g:netrw_winsize = 25
" Reuse directory listings
let g:netrw_fastbrowse = 1
augroup NETRW
au!
au FileType netrw nmap <buffer> l <CR>
au FileType netrw nmap <buffer> h -
augroup END