aboutsummaryrefslogtreecommitdiff
path: root/editing_keys.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-02-21 22:11:10 -0500
committerB. Watson <urchlay@slackware.uk>2026-02-21 22:11:10 -0500
commitd3a19b319e8ecdf111de44ffa9847474301edcbb (patch)
treed9586b54b3940c91debaea418b9711c0e94c7f5c /editing_keys.txt
parent525a545e62c97c1ed5335d6ce5750341c5ba877e (diff)
downloadfujinet-chat-d3a19b319e8ecdf111de44ffa9847474301edcbb.tar.gz
WIP.
Diffstat (limited to 'editing_keys.txt')
-rw-r--r--editing_keys.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/editing_keys.txt b/editing_keys.txt
new file mode 100644
index 0000000..a653e6d
--- /dev/null
+++ b/editing_keys.txt
@@ -0,0 +1,13 @@
+^A - move to start of buffer
+^E - move to end of buffer
+^U, Shift-Del - delete (clear) buffer
+^W - delete word to left of cursor
+Left/Right arrows - move cursor
+
+Future plans?
+
+Up/Down arrows - history (if we can spare the RAM)... OR:
+Up/Down arrows - move up/down by one line (40 chars)
+^Y, Shift-Insert - paste (^U and ^W fill a paste buffer)
+Ctrl-Insert - toggle insert/typeover
+Atari key - compose? we don't really have the font for it :(