From 2764a8394a365571ff8937723316fe38c754b8eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 11 Aug 2020 10:52:02 +0200 Subject: [PATCH] footrc: fix combo for select-begin-block Typo: should be a '+', not a '='. --- footrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/footrc b/footrc index a76c71e9..207ee657 100644 --- a/footrc +++ b/footrc @@ -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