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:{