From 25952f69864a4e5f3d7e8122475d5f06e57ec7ef Mon Sep 17 00:00:00 2001 From: Henrik Bakken Date: Wed, 24 Sep 2025 20:58:48 +0200 Subject: [PATCH] terminal configs: foot+tmux --- foot/foot.ini | 5 +++-- tmux/tmux.conf | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/foot/foot.ini b/foot/foot.ini index e7e20fc..b2ad24e 100644 --- a/foot/foot.ini +++ b/foot/foot.ini @@ -1,9 +1,10 @@ +[main] term=xterm-256color -font=monospace:size=12,JetBrainsMono Nerd Font:size=12 +font=monospace:size=10,JetBrainsMono Nerd Font:size=10 dpi-aware=yes [scrollback] -lines=10000 +lines=100000 [key-bindings] search-start=Control+Shift+F diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 0264786..0c18631 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -9,11 +9,12 @@ set -g mouse on # clipboard control set -g set-clipboard on set -g allow-passthrough -set -g history-limit 20000 +set -g history-limit 100000 set -g focus-events on # screen colors -set -as terminal-features ",gnome*:RGB" +set -g default-terminal "tmux-256color" +set -sa terminal-features ",xterm-256color:RGB" # Start with index 1 set -g base-index 1