aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 5381994a..c1d44fb2 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -180,6 +180,9 @@ if v:version >= 700
xnoremap <silent> & :&&<CR>
endif
+" Double CTRL-K in insert mode searches digraph names
+imap <C-K><C-K> <Plug>(DigraphSearch)
+
" Cycle through argument list
nnoremap [a :<C-U>previous<CR>
nnoremap ]a :<C-U>next<CR>