aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-02 09:01:45 +0800
committerjdhao <jdhao@hotmail.com>2020-09-02 09:01:45 +0800
commit2880537626a75e5105f5c2b59ad4356157b5a6c3 (patch)
tree59290b1743f2604186c8d3218d397d920cd9c840
parentc6b71c1dea47aed287766e2d36674a70cf4ed810 (diff)
command mode mappings do not need <silent> arg
-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')`,