aboutsummaryrefslogtreecommitdiff
path: root/ginit.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-05-23 13:38:56 +0800
committerGitHub <noreply@github.com>2020-05-23 13:38:56 +0800
commit5febd41eb0348093c189a954ef6be10effa90eb8 (patch)
treec2d878e5908739eda2419cd4f57ee11156817fc4 /ginit.vim
parent2e7418ed064d7c4e6d296485b23a5d2721fc5584 (diff)
Update ginit.vim
Diffstat (limited to 'ginit.vim')
-rw-r--r--ginit.vim13
1 files changed, 0 insertions, 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 <silent> <S-Insert> <C-R>+
- cnoremap <silent> <S-Insert> <C-R>+
-
- " For Windows, Ctrl-6 does not work. So we use this mapping instead.
- nnoremap <silent> <C-6> <C-^>
endif
if exists('g:fvim_loaded')
@@ -22,10 +13,6 @@ if exists('g:fvim_loaded')
colorscheme gruvbox8_hard
set guifont=Hack:h13
- inoremap <silent> <S-Insert> <C-R>+
- cnoremap <silent> <S-Insert> <C-R>+
- nnoremap <silent> <C-6> <C-^>
-
" Cursor tweaks
FVimCursorSmoothMove v:true
FVimCursorSmoothBlink v:true