chiark / gitweb /
^K and ^Y for copy and paste to end of line.
authorSimon Tatham <anakin@pobox.com>
Fri, 8 Dec 2023 12:59:59 +0000 (12:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 8 Dec 2023 13:01:32 +0000 (13:01 +0000)
commit3710d1381669531623e35315226fc05bb0cdd0a6
tree5932be64da82d217da7df6f3f8e005a4603dc5a0
parentb691f391d095d7265658b1b525534efa6a302dda
^K and ^Y for copy and paste to end of line.

Well, end of _paragraph_, for the moment. Perhaps end of line would be
better. But my immediate use cases won't care about the difference:

 - ^W^K to delete the last word I typed at the end of a paragraph
 - dealing with code snippets which don't wrap anyway
cursesclient.py