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