Skip to content

Commit 717f3a8

Browse files
committed
Add <Ctrl>-[fbg] bindings to man page.
1 parent 77625f2 commit 717f3a8

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

doc/tofi.1.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ the form **--key=value**.
4040

4141
## KEYS
4242

43-
\<Up\> \| \<Left\> \| \<Ctrl\>-k \| \<Ctrl\>-p \| \<Alt\>-k \| \<Alt\>-p
44-
\| \<Alt\>-h \| \<Shift\>-\<Tab\>
43+
\<Up\> \| \<Left\> \| \<Ctrl\>-k \| \<Ctrl\>-p \| \<Ctrl\>-b \|
44+
\<Alt\>-k \| \<Alt\>-p \| \<Alt\>-h \| \<Shift\>-\<Tab\>
4545

4646
> Move the selection back one entry.
4747
48-
\<Down\> \| \<Right\> \| \<Ctrl\>-j \| \<Ctrl\>-n \| \<Alt\>-j \|
49-
\<Alt\>-n \| \<Alt\>-l \| \<Tab\>
48+
\<Down\> \| \<Right\> \| \<Ctrl\>-j \| \<Ctrl\>-n \| \<Ctrl\>-f \|
49+
\<Alt\>-j \| \<Alt\>-n \| \<Alt\>-l \| \<Tab\>
5050

5151
> Move the selection forward one entry.
5252
@@ -70,7 +70,7 @@ the form **--key=value**.
7070

7171
> Confirm the current selection and quit.
7272
73-
\<Escape\> \| \<Ctrl\>-c \| \<Ctrl\>-\[
73+
\<Escape\> \| \<Ctrl\>-c \| \<Ctrl\>-g \| \<Ctrl\>-\[
7474

7575
> Quit without making a selection.
7676

doc/tofi.1.scd

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,12 @@ All config file options described in *tofi*(5) are also accepted, in the form
3838

3939
# KEYS
4040

41-
<Up> | <Left> | <Ctrl>-k | <Ctrl>-p | <Alt>-k | <Alt>-p | <Alt>-h |
41+
<Up> | <Left> | <Ctrl>-k | <Ctrl>-p | <Ctrl>-b | <Alt>-k | <Alt>-p | <Alt>-h |
4242
<Shift>-<Tab>
4343
Move the selection back one entry.
4444

45-
<Down> | <Right> | <Ctrl>-j | <Ctrl>-n | <Alt>-j | <Alt>-n | <Alt>-l | <Tab>
45+
<Down> | <Right> | <Ctrl>-j | <Ctrl>-n | <Ctrl>-f | <Alt>-j | <Alt>-n | <Alt>-l |
46+
<Tab>
4647
Move the selection forward one entry.
4748

4849
<Page Up>
@@ -60,7 +61,7 @@ All config file options described in *tofi*(5) are also accepted, in the form
6061
<Enter>
6162
Confirm the current selection and quit.
6263

63-
<Escape> | <Ctrl>-c | <Ctrl>-[
64+
<Escape> | <Ctrl>-c | <Ctrl>-g | <Ctrl>-[
6465
Quit without making a selection.
6566

6667
# FILES

0 commit comments

Comments
 (0)