diff options
Diffstat (limited to 'doc/editing_keys.txt')
| -rw-r--r-- | doc/editing_keys.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/editing_keys.txt b/doc/editing_keys.txt index 59b87bc..b6a2cbb 100644 --- a/doc/editing_keys.txt +++ b/doc/editing_keys.txt @@ -13,6 +13,8 @@ Atari key - insert a ^B (meaning, toggle bold) ^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). Future plans: @@ -21,10 +23,9 @@ 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?) -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) +Tab - For [server], complete channels. 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) Shift-Return: Maybe... send buffer but do not clear it. The glyphs for these will appear as inverse letters, but will actually |
