heavy pane border and last-window/last-pane comments

This commit is contained in:
2026-07-01 14:35:04 +02:00
parent 656e1f3838
commit cae363322d
+4
View File
@@ -17,6 +17,7 @@ if-shell -b '[ "$(uname)" = "Darwin" ]' \
if-shell -b '[ "$(uname)" = "Linux" ]' \
'set -g status-right "#(whoami)@#(hostname) | #(cut -f1 -d \" \" < /proc/loadavg) | %H:%M "'
set -g pane-active-border-style fg=cyan
set -g pane-border-lines heavy
set -g status-style fg=black,bg=cyan
set -ga terminal-overrides ",xterm-256color:Tc"
@@ -49,3 +50,6 @@ bind -r L resize-pane -R 5
bind N swap-window -t +1\; select-window -t +1
bind P swap-window -t -1\; select-window -t -1
#bind Tab last-window
#bind BTab last-pane