diff options
| author | jdhao <jdhao@hotmail.com> | 2020-09-02 09:01:45 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-09-02 09:01:45 +0800 |
| commit | 2880537626a75e5105f5c2b59ad4356157b5a6c3 (patch) | |
| tree | 59290b1743f2604186c8d3218d397d920cd9c840 /ginit.vim | |
| parent | c6b71c1dea47aed287766e2d36674a70cf4ed810 (diff) | |
command mode mappings do not need <silent> arg
Diffstat (limited to 'ginit.vim')
| -rw-r--r-- | ginit.vim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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')`, |
