20 lines
362 B
INI
20 lines
362 B
INI
|
# -*- conf -*-
|
||
|
|
||
|
font=monospace:size=10
|
||
|
|
||
|
[colors]
|
||
|
alpha = .65
|
||
|
foreground=dcdccc
|
||
|
background=393052
|
||
|
|
||
|
[cursor]
|
||
|
color=111111 dcdccc
|
||
|
|
||
|
[key-bindings]
|
||
|
spawn-terminal=Control+Shift+n
|
||
|
|
||
|
# Fixes the SHIFT+ENTER escape sequence from showing
|
||
|
# Git Issue: https://codeberg.org/dnkl/foot/issues/1358
|
||
|
[text-bindings]
|
||
|
\x0d = Control+Return Shift+Return Control+Shift+Return
|