From e79a054f7d2e895955bfe98ec4f30e2b7752df95 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 9 Apr 2014 18:12:41 -0400 Subject: [PATCH] Removed Shift-Left and Shift-Right because they were moving an arbitrary amount of spaces when the default is to move forward/backwards by one word --- vim/config/keyboard.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index c9845bf..b5b3110 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -113,8 +113,6 @@ " " | (N) -> move a few lines up " | (N) -> move a few lines down -" | (N) -> move a few lines right -" | (N) -> move a few lines left " " | (V) -> move a block up one line " | (V) -> move a block down one line @@ -406,8 +404,6 @@ "remap keys for speedier movement nnoremap 4k nnoremap 4j - nnoremap 6l - nnoremap 6h "remap keys to scroll to the end in a direction nnoremap gg0