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