0

Pressing = in visual mode doesn't exit the visual mode with Vintage

Jakub Arnold il y a 12 ans mis à jour il y a 12 ans 0
If I want to just reindent some lines, I can simply select them in visual mode (i.e. V + j/k), and then press = to reindent.

Doing this in regular VIM results in exiting the visual mode, which means I can keep on moving around without the selection and edit stuff. However if I do this in Vintage mode, the visual mode persists after the code is indented, which means I have to exit the visual mode with Esc or something to keep on working.