aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-12 12:56:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-12 12:56:40 +1200
commit42609de44fde87fd2f27fa997c779c4fbe6208cf (patch)
tree58f1b12eaa95f0347652d9181b93151db410c4da
parentUpdate Vim plugins (diff)
downloaddotfiles-42609de44fde87fd2f27fa997c779c4fbe6208cf.tar.gz
dotfiles-42609de44fde87fd2f27fa997c779c4fbe6208cf.zip
Update and reconfigure for insert_cancel.vim
m---------vim/bundle/insert_cancel0
-rw-r--r--vim/vimrc4
2 files changed, 2 insertions, 2 deletions
diff --git a/vim/bundle/insert_cancel b/vim/bundle/insert_cancel
-Subproject ab987c9355fc4595861c194ede44a6607174464
+Subproject bdf4c1ad5878e4bc4c7066ded1f62f2f2c38ffc
diff --git a/vim/vimrc b/vim/vimrc
index 1dc90aa0..7393c302 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -175,8 +175,8 @@ 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
+inoremap <Plug>(InsertCancel) <Esc>u
+imap <C-C> <Plug>(InsertCancel)
" Remap normal/visual space to scroll down a page, backspace up
nnoremap <Space> <C-F>