aboutsummaryrefslogtreecommitdiff
path: root/ginit.vim
diff options
context:
space:
mode:
Diffstat (limited to 'ginit.vim')
-rw-r--r--ginit.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ginit.vim b/ginit.vim
index 4a889cc..38ff397 100644
--- a/ginit.vim
+++ b/ginit.vim
@@ -1,6 +1,6 @@
" Fix key mapping issues for GUI
inoremap <silent> <S-Insert> <C-R>+
-cnoremap <silent> <S-Insert> <C-R>+
+cnoremap <S-Insert> <C-R>+
nnoremap <silent> <C-6> <C-^>
" To check if neovim-qt is running, use `exists('g:GuiLoaded')`,