diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-22 15:37:03 +0300 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-22 15:37:03 +0300 |
commit | c20a6b6b663198cf19fc5c087a32972333f5162d (patch) | |
tree | 88a3b5f5e3aea3bb1f5db00bfd88a679a4a3a64c /.config/foot | |
parent | bcff0fd35b1e46c9025455e4d4d21fe9ddc7a91c (diff) |
foot: Make configuration more elaborate
Diffstat (limited to '.config/foot')
-rw-r--r-- | .config/foot/foot.ini | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index acd30d8..03ab1db 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -1,8 +1,33 @@ [main] font=Iosevka Smooth:size=17 -bold-text-in-bright=yes +bold-text-in-bright=palette-based +pad=8x8 + +[cursor] +# TODO: Fix readline config to not blink in insert mode +blink=no [colors] alpha=0.9 foreground=C5C8C6 background=2B303B + +[key-bindings] +scrollback-up-line=Control+k +scrollback-down-line=Control+j +scrollback-up-half-page=Control+Shift+k +scrollback-down-half-page=Control+Shift+j +scrollback-end=Control+g +search-start=Control+slash + +[search-bindings] +find-prev=Control+p +find-next=Control+n +cursor-left=Control+h +cursor-right=Control+l +cursor-left-word=Control+Shift+h +cursor-right-word=Control+Shift+l +delete-next-word=Control+Delete Control+Shift+Delete + +[tweak] +overflowing-glyphs=no |