diff options
| -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 |
