diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 124ba8a..7270320 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -197,25 +197,20 @@ " | (N) -> move one word right " | (N) -> move one word left " -" | (A) -> scroll up -" | (A) -> scroll down -" | (A) -> scroll right -" | (A) -> scroll left +" | (A) -> move the screen up +" | (A) -> move the screen down +" | (A) -> move the screen to the right +" | (A) -> move the screen to the left " " | (N) -> move to the beginning of the document " | (N) -> move to the end of the document " | (N) -> move to the end of the line " | (N) -> move to the beginning of the non-whitespace " -" | (A) -> move the screen up -" | (A) -> move the screen down -" | (A) -> move the screen to the right -" | (A) -> move the screen to the left -" -" | (V) -> move a block up one line -" | (V) -> move a block down one line -" | (N) -> move a line up one line -" | (N) -> move a line down one line +" | (V) -> vim-move: move a block up one line +" | (V) -> vim-move: move a block down one line +" | (N) -> vim-move: move a line up one line +" | (N) -> vim-move: move a line down one line " " >> | (N) -> next difference (vimdiff/signify) " << | (N) -> previous difference (vimdiff/signify) @@ -748,7 +743,7 @@ nnoremap $ nnoremap ^ - "remap shift+ctrl+up/down to move blocks up/down a line + "remap shift+ctrl+up/down to move blocks up/down a line with vim-move vmap MoveBlockUp vmap MoveBlockDown nmap MoveLineUp