diff options
| author | anand <anand.panchdhari@gmail.com> | 2025-12-17 15:57:55 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2025-12-17 15:57:55 +0530 |
| commit | b7ef29a8886a57aadb787807a7c6cf74c1f0ed3a (patch) | |
| tree | 366a68240fbc9da6b1d567bd6c46d1350ad814de /foot | |
Nixos
Diffstat (limited to 'foot')
| -rwxr-xr-x | foot/foot.ini | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/foot/foot.ini b/foot/foot.ini new file mode 100755 index 0000000..eadc4dd --- /dev/null +++ b/foot/foot.ini @@ -0,0 +1,13 @@ +font=JetBrainsMono NF:size=12 + +[colors] + alpha=1.0 + foreground=dcdccc + background=111111 + + [key-bindings] + scrollback-up-line = Control+Shift+k + scrollback-down-line = Control+Shift+j + scrollback-up-half-page = Control+Shift+u + scrollback-down-half-page = Control+Shift+d + unicode-input = Control+Shift+Alt+u |
