about summary refs log tree commit diff
diff options
context:
space:
mode:
-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