From 9be21a8feff960aa039cde11ffa1fdad4ca2600f Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 30 Apr 2014 16:57:18 -0400 Subject: [PATCH] I realized the backspace in normal mode's behaviour wasn't consistant, so I've removed it until I get a chance to figure out how to do it properly --- vim/config/keyboard.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 5c3cb0b..c34bb8f 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -104,7 +104,6 @@ " " (formatting) " | (V) -> deletes currently selected text -" | (N) -> deletes the character behind the cursor " | (V) -> format the selection and return to cursor " | (N) -> format document and return to cursor " | (N) -> remove whitespace @@ -451,7 +450,6 @@ "FORMATTING:{ "have backspace delete the selected text vnoremap "_x - nnoremap il "formatting options to apply to the whole document nnoremap mzgg=G`z:echo "The document has been formatted"