From 342779290a7a31389a97eb5fab01c624fc5b345a Mon Sep 17 00:00:00 2001 From: William Carroll Date: Fri, 4 Nov 2016 17:00:16 -0400 Subject: [PATCH] Adds visual mode support for H and L bindings --- usbify/vim/.vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usbify/vim/.vimrc b/usbify/vim/.vimrc index 42563ec96..7c2442c14 100644 --- a/usbify/vim/.vimrc +++ b/usbify/vim/.vimrc @@ -295,7 +295,9 @@ map :NERDTreeToggle " BOL and EOL nnoremap H ^ +vnoremap H ^ nnoremap L $ +vnoremap L $ " trim trailing whitespace on save