diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-02 22:03:10 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-02 22:03:10 -0500 |
| commit | dc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a (patch) | |
| tree | 74d28b3aa042a2fb0e5ed5b774db869325da7bda /editing_keys.txt | |
| parent | ba295fcffbd353e45297bbeec96f681bb4f2e00e (diff) | |
| download | fujinet-chat-dc6297d5df43f87d1ed2ea1b5c1f5a5193ec235a.tar.gz | |
Fix "nick already in use" and permutation.
Diffstat (limited to 'editing_keys.txt')
| -rw-r--r-- | editing_keys.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editing_keys.txt b/editing_keys.txt index a653e6d..4279605 100644 --- a/editing_keys.txt +++ b/editing_keys.txt @@ -11,3 +11,6 @@ Up/Down arrows - move up/down by one line (40 chars) ^Y, Shift-Insert - paste (^U and ^W fill a paste buffer) Ctrl-Insert - toggle insert/typeover Atari key - compose? we don't really have the font for it :( +^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). |
