Vimperator: Map key to get out of Hints-mode

3

1

When I enter f in Vimperator I see all the links I could jump to. I want to exit this mode (Hints mode), with a key other than <Esc>.

Currently: <Esc> will exit, I'd like to map \ instead.

I'd like to map like: :map \\ to <Esc>

I've looked through the docs on <Esc> and hints mode, can <Esc> be remapped?

cdosborn

Posted 2014-11-07T18:06:12.197

Reputation: 532

Hi, are you sure \ is a good key ? It will prevent you from writing it in insert mode. – Ehvince – 2014-11-12T09:53:31.860

It's what i've used for years in vim as my <Leader>. I use <C-> for '' in insert mode. – cdosborn – 2014-11-12T21:56:47.430

No answers