aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 8b3aa719..4e03712c 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -85,8 +85,7 @@ endif
" the open buffers; I'll open the file if I want to complete from it
set complete-=i
-" Rebind Ctrl-C in insert mode to not only leave insert mode without firing
-" InsertLeave events, but also to actually undo the current insert operation
+" Rebind Ctrl-C in insert mode to undo the current insert operation
inoremap <C-c> <C-c>u
" A few very important custom digraphs