From cb916d5fac4892acaf30383261b6aac6ca6a56b1 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 14 Apr 2022 23:50:07 -0400 Subject: [PATCH] Don't remap ctrl-u and ctrl-w in insert mode (I'd never hit that anyway) --- vim/config/keyboard.vim | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vim/config/keyboard.vim b/vim/config/keyboard.vim index 5a28b90..1371a21 100644 --- a/vim/config/keyboard.vim +++ b/vim/config/keyboard.vim @@ -229,10 +229,6 @@ " | (V) -> select one word right " | (V) -> select one word left " -" (remap dangerous functions that skip undo) -" | (I) -> undo-able equivalent -" | (I) -> undo-able equivalent -" "Filetype Specific Mappings: " (extradite) " | (A) -> close the dialog @@ -738,10 +734,6 @@ inoremap db inoremap d0 inoremap " - - "remap ctrl-u and ctrl-w to safer alternatives - inoremap u - inoremap u "} "FIXING AND FORMATTING:{