a lot of tweaks

This commit is contained in:
Florian Schmitt 2024-11-27 15:38:26 +03:00
parent ff6a56b52b
commit 789b096077
9 changed files with 133 additions and 39 deletions

View file

@ -8,7 +8,7 @@ set -g escape-time 0 # zero-out escape time delay
set -g history-limit 1000000 # increase history size (from 2,000)
set -g renumber-windows on # renumber all windows when any window is closed
set -g set-clipboard on # use system clipboard
set -g status-position top # macOS / darwin style
set -g status-position bottom # macOS / darwin style
set -g default-terminal "${TERM}"
set -g pane-active-border-style 'fg=magenta,bg=default'
set -g pane-border-style 'fg=brightblack,bg=default'