From eb0c63c1758bc7257e278480c824d2a68af77974 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 16 Dec 2020 01:33:03 +0800 Subject: Make a plugin for leaving insert mode --- core/mappings.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'core/mappings.vim') diff --git a/core/mappings.vim b/core/mappings.vim index ee51d53..a7c76c9 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -8,9 +8,6 @@ xnoremap ; : " Quicker way to open command window nnoremap q; q: -" Quicker in insert mode -inoremap k utils#EscapeInsertOrNot() - " Turn the word under cursor to upper case inoremap viwUea -- cgit v1.2.3