foot: remove unessary configs and set term=xterm-256color

This commit is contained in:
Felix Buehler 2022-05-29 15:44:10 +02:00
parent f0bc46b62f
commit 5aa8535e8b

View file

@ -1,5 +1,8 @@
# -*- conf -*- # -*- conf -*-
# term=foot (or xterm-256color if built with -Dterminfo=disabled)
term=xterm-256color
font=Fira Code:size=11 font=Fira Code:size=11
# dpi-aware=auto # dpi-aware=auto
dpi-aware=no dpi-aware=no
@ -32,24 +35,3 @@ bright4=729fcf # bright blue
bright5=ad7fa8 # bright magenta bright5=ad7fa8 # bright magenta
bright6=34e2e2 # bright cyan bright6=34e2e2 # bright cyan
bright7=eeeeec # bright white 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