aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-07-07 15:56:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-07-07 15:56:08 +1200
commitd8f69d038679ad9c1ee09bbdbf9b4180037cb49b (patch)
treeddf868cf378c8ccce71ee85530ae8d11abb5088f /vim
parentRemove alias completion (diff)
downloaddotfiles-d8f69d038679ad9c1ee09bbdbf9b4180037cb49b.tar.gz
dotfiles-d8f69d038679ad9c1ee09bbdbf9b4180037cb49b.zip
Fix confusing comment with poor grammar
Diffstat (limited to 'vim')
-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