From 5aa8535e8b661d94ef8d594132b89f445e63116b Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 29 May 2022 15:44:10 +0200 Subject: [PATCH] foot: remove unessary configs and set term=xterm-256color --- foot/foot.ini | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/foot/foot.ini b/foot/foot.ini index ceaefbe..c5ddb1e 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -1,5 +1,8 @@ # -*- conf -*- +# term=foot (or xterm-256color if built with -Dterminfo=disabled) +term=xterm-256color + font=Fira Code:size=11 # dpi-aware=auto dpi-aware=no @@ -32,24 +35,3 @@ bright4=729fcf # bright blue bright5=ad7fa8 # bright magenta bright6=34e2e2 # bright cyan bright7=eeeeec # bright white - -[search-bindings] -# cancel=Control+g Control+c Escape -# commit=Return -# find-prev=Control+r -# find-next=Control+s -# cursor-left=Left Control+b -# cursor-left-word=Control+Left Mod1+b -# cursor-right=Right Control+f -# cursor-right-word=Control+Right Mod1+f -# cursor-home=Home Control+a -# cursor-end=End Control+e -# delete-prev=BackSpace -# delete-prev-word=Mod1+BackSpace Control+BackSpace -# delete-next=Delete -# delete-next-word=Mod1+d Control+Delete -# extend-to-word-boundary=Control+w -# extend-to-next-whitespace=Control+Shift+w -# clipboard-paste=Control+v Control+Shift+v Control+y XF86Paste -# primary-paste=Shift+Insert -# vim: ft=dosini