diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-22 06:28:09 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-22 06:28:09 -0400 |
| commit | 1abed648c653997922874fb44a8ea5887b92a588 (patch) | |
| tree | f979fe7cc0c6a7fed18455576d20e551a78653c1 /doc/editing_keys.txt | |
| parent | ee3f5a950618104c3e34766dc3ab539a51b6968a (diff) | |
| download | fujinet-chat-1abed648c653997922874fb44a8ea5887b92a588.tar.gz | |
Update docs.
Diffstat (limited to 'doc/editing_keys.txt')
| -rw-r--r-- | doc/editing_keys.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/editing_keys.txt b/doc/editing_keys.txt index 2247edc..ce3124c 100644 --- a/doc/editing_keys.txt +++ b/doc/editing_keys.txt @@ -7,21 +7,19 @@ 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 +Ctrl-Del or ^X - delete the character under the cursor Atari key - insert a ^B (meaning, toggle bold) ^U - delete to start of buffer ^K - kill (delete) to end of buffer. ^F or ctrl-shift-Up - move right by one word. ^B or ctrl-shift-Down - move left by one word. -Tab - in [private], pressing Tab on an empty input box inserts the - last nick that PMed you (outside of a query). +Tab - Nick completion (only at the start of an empty input box!) Up arrow *in an empty inputbox* - bring up last entered command. Can coexist with regular use of Up for movement. Ctrl-Insert - toggle insert/typeover Future plans: -^X, delete character (same as ctrl-del). ^Y, Shift-Insert - paste (^K, ^U, ^W fill a paste buffer; need RAM) Tab - For [server], complete channels. For [private] and channels, complete channel nicks. |
