aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-16 13:24:30 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-16 13:24:30 +1200
commit5a88a073fb2a1efeef8363b878f5582b3bd9997a (patch)
tree87a5115c9c408d12c61753132b1bd7f8734fb9c3
parentReformat comment in wildignore.vim (diff)
downloaddotfiles-5a88a073fb2a1efeef8363b878f5582b3bd9997a.tar.gz
dotfiles-5a88a073fb2a1efeef8363b878f5582b3bd9997a.zip
Don't default <Plug>(InsertCancel)
This causes problems on vimrc reload.
-rw-r--r--vim/vimrc2
1 files changed, 0 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a3bc5f0d..c8e219f1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -170,8 +170,6 @@ nnoremap <silent> <C-L> :<C-U>nohlsearch<CR><C-L>
vnoremap <silent> <C-L> :<C-U>nohlsearch<CR>gv<C-L>
" Remap insert Ctrl-C to undo the escaped insert operation
-" Default to not-quite-correct vim-tiny-compatible map if no plugin
-inoremap <Plug>(InsertCancel) <Esc>u
imap <C-C> <Plug>(InsertCancel)
" Map double Ctrl-K in insert mode to search digraph names