From cae363322da647ecaa207d1a5dcd1d63d80b202a Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 1 Jul 2026 14:35:04 +0200 Subject: [PATCH] heavy pane border and last-window/last-pane comments --- tmux/.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 26bebab..1fdb44f 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -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