use h and l in netrw like a sane person

This commit is contained in:
Tyler Starr 2023-12-18 01:33:42 -08:00
parent 6a364d29b0
commit f2cd9f20a0

View File

@ -31,6 +31,10 @@ set wildmode=list:full
" netrw
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:netrw_banner = 0
augroup netrw_setup | au!
au FileType netrw nmap <buffer> l <CR>
au FileType netrw nmap <buffer> h -
augroup END
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" keys