diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index b5b3110..faa709c 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -147,8 +147,12 @@ " | (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 +" | (N) -> select the current line in normal mode +" | (I) -> select the current line in input mode +" +" | (N) -> select the current paragraph in normal mode +" | (V) -> select the current paragraph in visual mode +" | (I) -> select the current paragraph in input mode " " (paste functions) " p | (N) -> view the paste buffers and register contents @@ -457,6 +461,10 @@ nnoremap V inoremap V + + nnoremap vip + xnoremap vip + inoremap vip "} "PASTE:{