diff options
| author | jdhao <jdhao@hotmail.com> | 2020-05-23 13:38:56 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-23 13:38:56 +0800 |
| commit | 5febd41eb0348093c189a954ef6be10effa90eb8 (patch) | |
| tree | c2d878e5908739eda2419cd4f57ee11156817fc4 | |
| parent | 2e7418ed064d7c4e6d296485b23a5d2721fc5584 (diff) | |
Update ginit.vim
| -rw-r--r-- | ginit.vim | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -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 |
