diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-17 06:56:38 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-17 06:57:14 -0400 |
| commit | 463b67e23ebe42134a1cf0f62569b7c772e9ed66 (patch) | |
| tree | 946118ff11adc6525ceb0760cfd3aa22bb706338 /doc | |
| parent | ded1053f8b525e78d1121fd7f0a764ec5cc8cc05 (diff) | |
| download | fujinet-chat-463b67e23ebe42134a1cf0f62569b7c772e9ed66.tar.gz | |
Channel tab completion for the [server] screen.
Diffstat (limited to 'doc')
| -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 |
