diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index ee4d30a..7e0b0cf 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -238,20 +238,16 @@ " | (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) -> move a block up a half page -" | (V) -> move a block down a half page -" | (N) -> move a line up a half page -" | (N) -> move a line down a half page -" | (V) -> move a block up a half page -" | (V) -> move a block down a half page -" | (N) -> move a line up a half page -" | (N) -> move a line down a half page -" " >> | (N) -> next difference (vimdiff/signify) " << | (N) -> previous difference (vimdiff/signify) " @@ -806,7 +802,7 @@ nnoremap $ nnoremap ^ - "remap alt+up/down to move blocks up/down a line + "remap shift+ctrl+up/down to move blocks up/down a line vmap MoveBlockUp vmap MoveBlockDown nmap MoveLineUp