diff --git a/autoload/novim_mode.vim b/autoload/novim_mode.vim index f01045c..29d5840 100644 --- a/autoload/novim_mode.vim +++ b/autoload/novim_mode.vim @@ -235,6 +235,9 @@ function! g:SetNoVimModeShortcuts() inoremap u snoremap u vnoremap u + " Just because you sometimes find yourself in Normal mode and would rather + " not background the terminal process + nnoremap u " Map CTRL+u as well for now just because by default it deletes the line above " the cursor. inoremap u