Say I am editing a single line, with my cursor at the indicated position:
$ abc ꕯ def ghi
I would now like to split into two lines and continue editing (like hitting ENTER would do in a text editor):
$ abc
$ ꕯ def ghi
Is there a way to do this in ZSH?
abcbe executed or do you want to insert a\ncharacter at the cursor position? – mpy Feb 19 '14 at 23:30