isamert / scli

a simple terminal user interface for signal messenger (using signal-cli)
GNU General Public License v3.0
439 stars 40 forks source link

Move cursor with ctrl arrow-key #133

Closed NK308 closed 2 years ago

NK308 commented 3 years ago

The commonly used shortcuts ctrl+leftarrow and ctrl+rightarrow for skipping the cursor along words seem to be not implemented for navigation in the input field yet and would be very useful.

exquo commented 3 years ago

Yes, we should implement this. It's been requested before (#88), in connection with the readline shortcuts.

In the meantime, with urwid_readline you can use Alt+F and Alt+B to move one word forwards and back.