From e2e7c391ab011550b96d250e9c5951744026bb20 Mon Sep 17 00:00:00 2001 From: Tobi Date: Sat, 20 Nov 2021 11:43:09 +0100 Subject: [PATCH] Removed mouse keybinds --- foot.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foot.ini b/foot.ini index 1daa967..54eda40 100644 --- a/foot.ini +++ b/foot.ini @@ -156,10 +156,10 @@ bright7=ffffff # bright white # toggle-url-visible=t [mouse-bindings] -primary-paste=BTN_RIGHT +# primary-paste=BTN_MIDDLE # select-begin=BTN_LEFT # select-begin-block=Control+BTN_LEFT -select-extend=BTN_MIDDLE +# select-extend=BTN_RIGHT # select-extend-character-wise=Control+BTN_RIGHT # select-word=BTN_LEFT-2 # select-word-whitespace=Control+BTN_LEFT-2