aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-10 11:35:07 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-10 11:35:07 +1200
commit1076c3b7c542bb499be84c738cf5cf0c9248bf28 (patch)
tree5598701af7bfa43bda384886b0d88718bab85a60
parentMerge branch 'release/v5.30.0' into develop (diff)
downloaddotfiles-1076c3b7c542bb499be84c738cf5cf0c9248bf28.tar.gz
dotfiles-1076c3b7c542bb499be84c738cf5cf0c9248bf28.zip
Expand on why I hate i_CTRL-C
-rw-r--r--vim/vimrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a501bd88..35920814 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -1031,7 +1031,9 @@ endif
" the InsertLeave event for automatic command hooks. It seems worse than
" useless; why would you want that? It breaks plugins that hinge on mirrored
" functionality between the InsertEnter and InsertLeave automatic command
-" events, and doesn't otherwise do anything different from Escape. Terrible!
+" events, and doesn't otherwise do anything different from Escape. Even
+" worse, people think it's a *synonym* for Escape, and use it because it's
+" easier to reach than the Escape key or CTRL-[. It's terrible!
"
" Instead, I apply a custom plugin named insert_cancel.vim to make it cancel
" the current insert operation; that is, if the buffer has changed at all