Cmd-. sends interrupt
commit8533788740865e95c0e81d4db0fa12828336536a
authorBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 13 Sep 2008 19:14:30 +0000 (13 21:14 +0200)
committerBjorn Winckler <bjorn.winckler@gmail.com>
Sat, 13 Sep 2008 19:14:30 +0000 (13 21:14 +0200)
treee3ca1aef99be435d623f932b79cba4f376184c5b
parentec1f347fcd6691758e6b18c942f82545acdb2c36
Cmd-. sends interrupt

In other words, Cmd-. is synonymous with Ctrl-C.  The former is standard
for Mac apps whereas the latter is standard for Vim.  Incidentally,
Cmd-. may thus be used as a substitute for Esc to exit insert mode.
src/MacVim/MMBackend.m
src/MacVim/MMTextViewHelper.m
src/MacVim/MacVim.h
src/MacVim/MacVim.m