From 200521c51da45fc6aafcf18a748330c72f67937b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Jul 2018 18:32:01 +1200 Subject: Adjust mapping comment for consistency --- vim/vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vim') diff --git a/vim/vimrc b/vim/vimrc index c1d44fb2..0edbcd63 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -170,6 +170,9 @@ vnoremap :nohlsearchgv inoremap (InsertCancel) u imap (InsertCancel) +" Map double Ctrl-K in insert mode to search digraph names +imap (DigraphSearch) + " Remap normal space to scroll down a page, backspace up a page nnoremap nnoremap @@ -180,9 +183,6 @@ if v:version >= 700 xnoremap & :&& endif -" Double CTRL-K in insert mode searches digraph names -imap (DigraphSearch) - " Cycle through argument list nnoremap [a :previous nnoremap ]a :next -- cgit v1.2.3