aboutsummaryrefslogtreecommitdiff
path: root/doc/editing_keys.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/editing_keys.txt')
-rw-r--r--doc/editing_keys.txt6
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.