Closed shouya closed 1 year ago
I sometimes need to type multiple line input, but it seems that there is no simple way to do it. (Please correct me if I'm wrong)
This PR simply adds a default keybinding for newline. I believe S-<return> is somewhat standard for inserting newline when <return> was occupied.
newline
S-<return>
<return>
I sometimes need to type multiple line input, but it seems that there is no simple way to do it. (Please correct me if I'm wrong)
This PR simply adds a default keybinding for
newline
. I believeS-<return>
is somewhat standard for inserting newline when<return>
was occupied.