From 83583239c948222ac7e5e110b984d03e2b14e84a Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Fri, 10 Dec 2021 08:34:23 -0500 Subject: Remove `` and `` INSERT mode shortcuts `` copies a line in insert mode and `` cuts a line in insert mode. They're not particularly essential, just conveniences. But `` causes problems in termux as reported in #8. And `` is just a natural companian command, so it'd be weird to have one without the other. --- autoload/novim_mode.vim | 2 -- 1 file changed, 2 deletions(-) diff --git a/autoload/novim_mode.vim b/autoload/novim_mode.vim index a997f74..bbe34c4 100644 --- a/autoload/novim_mode.vim +++ b/autoload/novim_mode.vim @@ -153,9 +153,7 @@ function! g:SetNoVimModeShortcuts() snoremap :call novim_mode#Paste() cnoremap " snoremap "+ygv - inoremap "+Y snoremap "+xi - inoremap "+dd " Select word under cursor inoremap viw " Select current line -- cgit v1.2.3-70-g09d2