diff options
author | Phil Jones <philj56@gmail.com> | 2022-08-20 10:16:48 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-08-20 10:16:48 +0100 |
commit | 7d9a1c9b401e83ea642892535c399f906b2defa6 (patch) | |
tree | 8eb6d1337edeb7d1f8e431cc42e78b7690c6782d /doc/tofi.1.scd | |
parent | ea64fc43a6a321fcc7417f35d5ce50a2c7ee9d7e (diff) |
Add Ctrl-u and Ctrl-w readline bindings.
Ctrl-u is just a whole line delete for now, as there's no sense of a
cursor position in tofi (so the whole line is "left" of the cursor).
Diffstat (limited to 'doc/tofi.1.scd')
-rw-r--r-- | doc/tofi.1.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index 8b6618d..1de0922 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -50,6 +50,12 @@ All config file options described in *tofi*(5) are also accepted, in the form <Down> | <Right> | <Ctrl>-j | <Tab> Move the selection forward one entry. +<Ctrl>-u + Delete line. + +<Ctrl>-w + Delete word. + <Enter> Confirm the current selection and quit. |