* Ivan Vecerina [2006.10.03 12:15]: > [...] > Best case, I can type: <ESC>lv > [...] > Is there an easy way to do so ?
According to :h i_esc there is not builtin way to do this. But you could use a mapping: imap <F8> <esc>lv -- JR
* Ivan Vecerina [2006.10.03 12:15]: > [...] > Best case, I can type: <ESC>lv > [...] > Is there an easy way to do so ?
According to :h i_esc there is not builtin way to do this. But you could use a mapping: imap <F8> <esc>lv -- JR