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"