Vimperator :: exit insert mode in a textarea
Asked Answered
B

3

11

For some websites, which grab the focus to a textarea, it's not even possible to exit the "insert" mode in any other way except doing a mouse-click outside the textarea.

Is there any common workaround for this problem?

Brister answered 13/5, 2014 at 17:54 Comment(0)
C
6

You can use Ctrl-[ to exit insert mode.

Ciel answered 3/12, 2014 at 15:49 Comment(2)
On Hungarian keyboard the [ character can be reached as AltGr+f. And Ctrl+AltGr+f not works to escape from insert mode. :-(Chesna
But now I haven't entered command mode in the text area, I have simply stopped editing the text area. Is this expected? I'm trying to use Firefox and Vimperator simply for a permanent vim-mode in text areas. How to enable? Thanks :)Polson
B
1

For those who cannot reach [ directly on the keyboard, I managed to map Ctrl-[ to Ctrl-#:

:imap <C-#> <C-[>
Birdt answered 26/1, 2016 at 7:40 Comment(0)
C
0

I use "b" in order to get the command line with buffers. then i replace "buffers" with "q".

Chesterfieldian answered 20/10, 2015 at 15:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.