about summary refs log tree commit diff
path: root/usbify
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2016-11-04T21·00-0400
committerWilliam Carroll <wpcarro@gmail.com>2016-11-04T21·00-0400
commit342779290a7a31389a97eb5fab01c624fc5b345a (patch)
tree2d9bcc7138f716126290977a284b2f986fea6a9c /usbify
parent6db646d789a490b243b5edad1703c71925118f88 (diff)
Adds visual mode support for H and L bindings
Diffstat (limited to 'usbify')
-rw-r--r--usbify/vim/.vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usbify/vim/.vimrc b/usbify/vim/.vimrc
index 42563ec96343..7c2442c14d55 100644
--- a/usbify/vim/.vimrc
+++ b/usbify/vim/.vimrc
@@ -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