From a0458b31294c988c9a8b772d28c2b1a92e64b0ce Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 23 May 2020 13:50:44 +0800 Subject: [PATCH] Update ginit.vim --- ginit.vim | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ginit.vim b/ginit.vim index c404ca8..4a889cc 100644 --- a/ginit.vim +++ b/ginit.vim @@ -1,3 +1,8 @@ +" Fix key mapping issues for GUI +inoremap + +cnoremap + +nnoremap + " To check if neovim-qt is running, use `exists('g:GuiLoaded')`, " see https://github.com/equalsraf/neovim-qt/issues/219 if exists('g:GuiLoaded') @@ -12,7 +17,6 @@ if exists('g:fvim_loaded') set termguicolors colorscheme gruvbox8_hard set guifont=Hack:h13 - " Cursor tweaks FVimCursorSmoothMove v:true FVimCursorSmoothBlink v:true