mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
Update ginit.vim
This commit is contained in:
parent
2e7418ed06
commit
5febd41eb0
13
ginit.vim
13
ginit.vim
@ -6,15 +6,6 @@ if exists('g:GuiLoaded')
|
|||||||
GuiPopupmenu 0
|
GuiPopupmenu 0
|
||||||
GuiLinespace 2
|
GuiLinespace 2
|
||||||
GuiFont! Hack:h10:l
|
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
|
endif
|
||||||
|
|
||||||
if exists('g:fvim_loaded')
|
if exists('g:fvim_loaded')
|
||||||
@ -22,10 +13,6 @@ if exists('g:fvim_loaded')
|
|||||||
colorscheme gruvbox8_hard
|
colorscheme gruvbox8_hard
|
||||||
set guifont=Hack:h13
|
set guifont=Hack:h13
|
||||||
|
|
||||||
inoremap <silent> <S-Insert> <C-R>+
|
|
||||||
cnoremap <silent> <S-Insert> <C-R>+
|
|
||||||
nnoremap <silent> <C-6> <C-^>
|
|
||||||
|
|
||||||
" Cursor tweaks
|
" Cursor tweaks
|
||||||
FVimCursorSmoothMove v:true
|
FVimCursorSmoothMove v:true
|
||||||
FVimCursorSmoothBlink v:true
|
FVimCursorSmoothBlink v:true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user