heavy pane border and last-window/last-pane comments
This commit is contained in:
@@ -17,6 +17,7 @@ if-shell -b '[ "$(uname)" = "Darwin" ]' \
|
|||||||
if-shell -b '[ "$(uname)" = "Linux" ]' \
|
if-shell -b '[ "$(uname)" = "Linux" ]' \
|
||||||
'set -g status-right "#(whoami)@#(hostname) | #(cut -f1 -d \" \" < /proc/loadavg) | %H:%M "'
|
'set -g status-right "#(whoami)@#(hostname) | #(cut -f1 -d \" \" < /proc/loadavg) | %H:%M "'
|
||||||
set -g pane-active-border-style fg=cyan
|
set -g pane-active-border-style fg=cyan
|
||||||
|
set -g pane-border-lines heavy
|
||||||
set -g status-style fg=black,bg=cyan
|
set -g status-style fg=black,bg=cyan
|
||||||
set -ga terminal-overrides ",xterm-256color:Tc"
|
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 N swap-window -t +1\; select-window -t +1
|
||||||
bind P 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
|
||||||
|
|||||||
Reference in New Issue
Block a user