0

vintage mode: cj and ck should act like in Vim

Michael Seiwald 12 aastat tagasi uuendatud 12 aastat tagasi 0
In Vim cj and ck have the following behaviour:

* cj deletes the current and the line below and goes into insert mode
* ck deletes the current and the line above and goes into insert mode

I think STII should follow Vim's behaviour here.