mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-05-02 06:46:32 -04:00
footrc: fix combo for select-begin-block
Typo: should be a '+', not a '='.
This commit is contained in:
parent
0dd92e7500
commit
be3efb16a3
1 changed files with 1 additions and 1 deletions
2
footrc
2
footrc
|
|
@ -94,7 +94,7 @@
|
||||||
[mouse-bindings]
|
[mouse-bindings]
|
||||||
# primary-paste=BTN_MIDDLE
|
# primary-paste=BTN_MIDDLE
|
||||||
# select-begin=BTN_LEFT
|
# select-begin=BTN_LEFT
|
||||||
# select-begin-block=Control=BTN_LEFT
|
# select-begin-block=Control+BTN_LEFT
|
||||||
# select-extend=BTN_RIGHT
|
# select-extend=BTN_RIGHT
|
||||||
# select-word=BTN_LEFT-2
|
# select-word=BTN_LEFT-2
|
||||||
# select-word-whitespace=Control+BTN_LEFT-2
|
# select-word-whitespace=Control+BTN_LEFT-2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue