mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-19 19:27:31 -08:00
use h and l in netrw like a sane person
This commit is contained in:
parent
6a364d29b0
commit
f2cd9f20a0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user