diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 81bfc59..c9845bf 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -149,6 +149,9 @@ " | (V) -> select a few lines right " | (V) -> select a few lines left " +" | (N) -> select the current line in visual mode +" | (I) -> select the current line in visual mode +" " (paste functions) " p | (N) -> view the paste buffers and register contents " p | (N) -> paste in the direction entered @@ -455,6 +458,9 @@ xnoremap G$ xnoremap $ xnoremap ^ + + nnoremap V + inoremap V "} "PASTE:{