diff options
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>-[ |