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/tofi.1.md | |
parent | 717f3a8f8589a2727f9811cbbc8b60671a0150d5 (diff) |
Add Ctrl+h and Ctrl+m keybindings
Diffstat (limited to 'doc/tofi.1.md')
-rw-r--r-- | doc/tofi.1.md | 6 |
1 files changed, 5 insertions, 1 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. |