I'd like to disable the ESC key in interactive mode (I only want to do
so in gui), but the following, which seems like it should work,
doesn't seem to do anything:
On Nov 4, 9:14 pm, Chris Lott <ch...@chrislott.org> wrote:
> I'd like to disable the ESC key in interactive mode (I only want to do
> so in gui), but the following, which seems like it should work,
> doesn't seem to do anything:
<antoine.mechely...@gmail.com> wrote:
> On Nov 4, 9:14 pm, Chris Lott <ch...@chrislott.org> wrote:
>> :inoremap <esc> <nop>
>> ideas?
> And how would you go back to Normal mode?
> Or do you want to never use Normal mode and always remain in Insert
> mode, changing Vim to a sort of Notepad clone? See :help -y
Neither: I've mapped `jk` to ESC -- I'm just trying to train my
fingers and, like disabling the arrow keys, disabling the ESC key is
a good way to do that! I solved the problem, though, so all is well.
I didn't realize this was different for others since I started using a mac
in Japan, but the control key on the Japanese keyboard is in the perfect
location by design. :) Who needs a caps-lock anyway?
http://www.apple.com/jp/keyboard/
On Wed, Nov 7, 2012 at 7:04 AM, Jang-hwan Kim <jangh...@gmail.com> wrote:
> On Tuesday, November 6, 2012 1:15:51 AM UTC+9, Chris Lott wrote:
> > On Mon, Nov 5, 2012 at 6:22 AM, Tony Mechelynck
> FWIW, Pressing Ctrl+[ also behaves as ESC, without any additional mapping.
> Once you get used to it, you'll never have to stretch your left arm to
> escape again. Especially when you bind the Control key to Caps Lock key. ;)
> --
> You received this message from the "vim_mac" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php