From fa9a8d6e29a5aa89ba6a83c566f5a83c74434597 Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Fri, 10 Dec 2021 08:29:21 -0500 Subject: Remove `` shortcut to open files It causes too many conflicts with other plugins that expect the standard `` behaviour. --- autoload/novim_mode.vim | 3 --- 1 file changed, 3 deletions(-) (limited to 'autoload') diff --git a/autoload/novim_mode.vim b/autoload/novim_mode.vim index df1a10e..a997f74 100644 --- a/autoload/novim_mode.vim +++ b/autoload/novim_mode.vim @@ -85,9 +85,6 @@ function! g:SetNoVimModeShortcuts() " CTRL+n for new file inoremap :edit - " CTRL+o to open file - " TODO: hook into netrw or NERDTree - inoremap :edit " CTRL+s saves inoremap :update -- cgit v1.2.3-70-g09d2