aboutsummaryrefslogtreecommitdiff
path: root/editing_keys.txt
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 17:15:29 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 17:15:29 -0400
commit076980305c59c2975f13449179083de369f68714 (patch)
treed16831a0703487f85e9113299de105cd3ed386c0 /editing_keys.txt
parent43ac604a96204bded99ccb7de3907c18cb7924ab (diff)
downloadfujinet-chat-076980305c59c2975f13449179083de369f68714.tar.gz
Change /bell to /alert, rerrange .txt files.
Diffstat (limited to 'editing_keys.txt')
-rw-r--r--editing_keys.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/editing_keys.txt b/editing_keys.txt
deleted file mode 100644
index dfa6fd0..0000000
--- a/editing_keys.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-This is kind of a weird mix of UNIX/Emacs/bash and traditional Atari.
-
-^A - move to start of buffer
-^E - move to end of buffer
-^U, Shift-Del - delete (clear) buffer
-Shift-Clear or Ctrl-Clear: clear buffer and hide input box (show status)
-^W - delete word to left of cursor
-Left/Right arrows - move cursor
-Backspace - delete the character to the left of the cursor
-Ctrl-Del - delete the character under the cursor
-
-Future plans:
-
-Shift + Ctrl + Up/Down arrows - history (if we can spare the RAM)
-Up/Down arrows - move up/down by one line (40 chars)
-Up arrow *in an empty inputbox* - bring up last entered command.
- Can coexist with regular use of Up for movement.
-^Y, Shift-Insert - paste (^K, ^U, ^W fill a paste buffer; need RAM)
-Ctrl-Insert - toggle insert/typeover (does anyone care about this?)
-Atari key - insert a ^B (meaning, toggle bold)
-^U should be "delete to start of buffer", not delete whole line.
-^K - kill (delete) to end of buffer.
-Ctrl + Shift + Left/Right - move back/forward one word (space-separated).
-Tab - tab completion. For [server], complete channels. For [private],
-complete nicks that have PM'ed us or that we have PM'ed. For channels,
-complete channel nicks (we'll never have enough RAM to have full lists;
-search back through screen memory is how it'll work)
-
-The glyphs for these will appear as inverse letters, but will actually
-be the appropriate low ASCII characters:
-^I - toggle italic
-^L - toggle underline
-^S - toggle strikethrough