dots/.config/foot/foot.ini

52 lines
1.1 KiB
INI

# -*- conf -*-
term=xterm-256color
initial-window-size-chars=80x24
pad=2x2
selection-target=clipboard
[url]
launch=linkhandler ${url}
[colors]
foreground=f2f0ec
background=1a1a1a
regular0=1a1a1a # black
regular1=f2777a # red
regular2=99cc99 # green
regular3=ffcc66 # yellow
regular4=6699cc # blue
regular5=cc99cc # magenta
regular6=66cccc # cyan
regular7=d3d0c8 # white
bright0=747369 # bright black
bright1=f99157 # bright red
bright2=393939 # bright green
bright3=ffcc66 # bright yellow
bright4=a09f93 # bright blue
bright5=e8e6df # bright magenta
bright6=d27b53 # bright cyan
bright7=ffffff # bright white
[key-bindings]
clipboard-copy=Mod1+c
clipboard-paste=Mod1+v
font-decrease=Mod1+Shift+j
font-increase=Mod1+Shift+k
font-reset=Mod1+0
scrollback-down-half-page=Mod1+d
scrollback-down-line=Mod1+j
scrollback-down-page=Mod1+Shift+d
scrollback-up-half-page=Mod1+u
scrollback-up-line=Mod1+k
scrollback-up-page=Mod1+Shift+u
search-start=Mod1+slash
show-urls-copy=Mod1+y
show-urls-launch=Mod1+f
[search-bindings]
find-next=Mod1+n
find-prev=Mod1+Shift+n
# vim: ft=dosini