diff options
author | Dmitry Meyer <me@undef.im> | 2023-11-11 11:13:22 +0000 |
---|---|---|
committer | Philip Jones <philj56@gmail.com> | 2024-12-30 15:19:27 +0000 |
commit | 1eb6137572ab6c257ab6ab851d5d742167c18120 (patch) | |
tree | 0baae3b40398bfe940b7856b0331a7b799809e44 /doc | |
parent | 717f3a8f8589a2727f9811cbbc8b60671a0150d5 (diff) |
Add Ctrl+h and Ctrl+m keybindings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tofi.1.md | 6 | ||||
-rw-r--r-- | doc/tofi.1.scd | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/tofi.1.md b/doc/tofi.1.md index eef1942..a3e8ab3 100644 --- a/doc/tofi.1.md +++ b/doc/tofi.1.md @@ -58,6 +58,10 @@ the form **--key=value**. > Move the selection forward one page. +\<Backspace\> \| \<Ctrl\>-h + +> Delete character. + \<Ctrl\>-u > Delete line. @@ -66,7 +70,7 @@ the form **--key=value**. > Delete word. -\<Enter\> +\<Enter\> \| \<Ctrl\>-m > Confirm the current selection and quit. diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index 88ef396..8dd259f 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -52,13 +52,16 @@ All config file options described in *tofi*(5) are also accepted, in the form <Page Down> Move the selection forward one page. +<Backspace> | <Ctrl>-h + Delete character. + <Ctrl>-u Delete line. <Ctrl>-w | <Ctrl>-<Backspace> Delete word. -<Enter> +<Enter> | <Ctrl>-m Confirm the current selection and quit. <Escape> | <Ctrl>-c | <Ctrl>-g | <Ctrl>-[ |