Adds visual mode support for H and L bindings

This commit is contained in:
William Carroll 2016-11-04 17:00:16 -04:00
parent 6db646d789
commit 342779290a

View file

@ -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