From 4e69c1d178d49bab9a1d9237ed21a3fb22100c0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 9 Feb 2022 18:10:38 +0100 Subject: [PATCH] foot.ini: move [text-bindings] section, and update example Use Super+c -> Ctrl+c as example --- foot.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/foot.ini b/foot.ini index 9e6aa601..2ae09313 100644 --- a/foot.ini +++ b/foot.ini @@ -167,6 +167,9 @@ # cancel=Control+g Control+c Control+d Escape # toggle-url-visible=t +[text-bindings] +# \x03=Mod4+c # Map Super+c -> Ctrl+c + [mouse-bindings] # selection-override-modifiers=Shift # primary-paste=BTN_MIDDLE @@ -178,7 +181,4 @@ # select-word-whitespace=Control+BTN_LEFT-2 # select-row=BTN_LEFT-3 -[text-bindings] -# \x01=Mod4+a # Map Super+a -> Ctrl+a - # vim: ft=conf