From 2880537626a75e5105f5c2b59ad4356157b5a6c3 Mon Sep 17 00:00:00 2001 From: jdhao Date: Wed, 2 Sep 2020 09:01:45 +0800 Subject: [PATCH] command mode mappings do not need arg --- ginit.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + -cnoremap + +cnoremap + nnoremap " To check if neovim-qt is running, use `exists('g:GuiLoaded')`,