Commit graph

9 commits

Author SHA1 Message Date
d114857abd Update changelog 2022-08-07 00:55:54 +02:00
de095e74ae Change binding for external editor
In order to avoid collisions with ctrl+e, we need a new binding. In
bash/readline, ctrl+x is used as a sort of leader key to initiate
multi-key bindings. I don't think I'll implement multi-key combinations
any time soon, so now ctrl+x stands for 'edit in eXternal editor'.
2022-08-07 00:30:36 +02:00
9ebe2361a9 Move cursor one word left/right 2022-08-07 00:25:53 +02:00
4bf6d80988 Move to start/end of editor line 2022-08-06 23:54:53 +02:00
0d3131facd Add more readline-like key bindings 2022-08-06 23:54:22 +02:00
bfbdec4396 Move editor key handling to one place 2022-08-06 23:39:56 +02:00
fe0f6c7520 Edit editor contents externally 2022-08-02 00:42:52 +02:00
42c23d6745 Fix crash if no external editor is available 2022-07-20 20:38:50 +02:00
3e9ceba302 Connect to new rooms 2022-06-27 10:14:30 +02:00