From 5febd41eb0348093c189a954ef6be10effa90eb8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 23 May 2020 13:38:56 +0800 Subject: [PATCH] Update ginit.vim --- ginit.vim | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/ginit.vim b/ginit.vim index 809ee64..c404ca8 100644 --- a/ginit.vim +++ b/ginit.vim @@ -6,15 +6,6 @@ if exists('g:GuiLoaded') GuiPopupmenu 0 GuiLinespace 2 GuiFont! Hack:h10:l - " GuiFont! Microsoft\ YaHei\ Mono:h10:l - - " Use shift+insert for paste inside neovim-qt, - " see https://github.com/equalsraf/neovim-qt/issues/327#issuecomment-325660764 - inoremap + - cnoremap + - - " For Windows, Ctrl-6 does not work. So we use this mapping instead. - nnoremap endif if exists('g:fvim_loaded') @@ -22,10 +13,6 @@ if exists('g:fvim_loaded') colorscheme gruvbox8_hard set guifont=Hack:h13 - inoremap + - cnoremap + - nnoremap - " Cursor tweaks FVimCursorSmoothMove v:true FVimCursorSmoothBlink v:true