aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
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 /vim/vimrc
parentUpdate Vim plugins (diff)
downloaddotfiles-42609de44fde87fd2f27fa997c779c4fbe6208cf.tar.gz
dotfiles-42609de44fde87fd2f27fa997c779c4fbe6208cf.zip
Update and reconfigure for insert_cancel.vim
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc4
1 files changed, 2 insertions, 2 deletions
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>