Adds visual mode support for H and L bindings
This commit is contained in:
parent
6db646d789
commit
342779290a
1 changed files with 2 additions and 0 deletions
|
@ -295,7 +295,9 @@ map <C-n> :NERDTreeToggle<CR>
|
|||
|
||||
" BOL and EOL
|
||||
nnoremap H ^
|
||||
vnoremap H ^
|
||||
nnoremap L $
|
||||
vnoremap L $
|
||||
|
||||
|
||||
" trim trailing whitespace on save
|
||||
|
|
Loading…
Reference in a new issue