From 2f05ebbf8ae9851319ade5ac4cf15ca41690f164 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Mon, 9 May 2016 14:19:10 -0400 Subject: [PATCH] FIx comments in keyboard.vim --- vim/config/keyboard.vim | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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