diff options
| author | jdhao <jdhao@hotmail.com> | 2020-05-23 13:50:44 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-23 13:50:44 +0800 |
| commit | a0458b31294c988c9a8b772d28c2b1a92e64b0ce (patch) | |
| tree | 13669e1c2d7779187dab82942265604bb200b589 /ginit.vim | |
| parent | 5febd41eb0348093c189a954ef6be10effa90eb8 (diff) | |
Update ginit.vim
Diffstat (limited to 'ginit.vim')
| -rw-r--r-- | ginit.vim | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +" Fix key mapping issues for GUI +inoremap <silent> <S-Insert> <C-R>+ +cnoremap <silent> <S-Insert> <C-R>+ +nnoremap <silent> <C-6> <C-^> + " To check if neovim-qt is running, use `exists('g:GuiLoaded')`, " see https://github.com/equalsraf/neovim-qt/issues/219 if exists('g:GuiLoaded') @@ -12,7 +17,6 @@ if exists('g:fvim_loaded') set termguicolors colorscheme gruvbox8_hard set guifont=Hack:h13 - " Cursor tweaks FVimCursorSmoothMove v:true FVimCursorSmoothBlink v:true |
