0

vintage mode: cj and ck should act like in Vim

Michael Seiwald vor 12 Jahren aktualisiert vor 12 Jahren 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.