claws
claws copied to clipboard
Find a way to allow newlines in message
A nice way for this would be to make shift-enter be a newline, and enter a send. And add a hidden setting to make enter a newline, and ctrl-enter a send.
After some studying, the best way seems to allow newlines using shift-enter. Although this is not supported yet by gocui (jroimartin/gocui#111), so this is on hold. If somebody seriously needs this, comment here and I'm sure we'll find a solution.
C-n emacs binding to create newline and move to it. Backspacing on the newline removes the newline. Text is wrapped.