footrc: fix combo for select-begin-block

Typo: should be a '+', not a '='.
This commit is contained in:
Daniel Eklöf 2020-08-11 10:52:02 +02:00
parent 364412bfaa
commit 2764a8394a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
footrc
View file

@ -94,7 +94,7 @@
[mouse-bindings]
# primary-paste=BTN_MIDDLE
# select-begin=BTN_LEFT
# select-begin-block=Control=BTN_LEFT
# select-begin-block=Control+BTN_LEFT
# select-extend=BTN_RIGHT
# select-word=BTN_LEFT-2
# select-word-whitespace=Control+BTN_LEFT-2