autorename and autorenumber windows
This commit is contained in:
parent
7b2471e8b0
commit
d17befbd77
@ -12,6 +12,10 @@ setw -g mode-keys vi
|
|||||||
# unset the annoying delay
|
# unset the annoying delay
|
||||||
set -sg escape-time 0
|
set -sg escape-time 0
|
||||||
|
|
||||||
|
# window options
|
||||||
|
set-option -g automatic-rename on
|
||||||
|
set-option -g renumber-windows on
|
||||||
|
|
||||||
# mouse settings
|
# mouse settings
|
||||||
# set -g mouse on
|
# set -g mouse on
|
||||||
# set -g set-clipboard on
|
# set -g set-clipboard on
|
||||||
@ -20,12 +24,10 @@ set -sg escape-time 0
|
|||||||
# appearance
|
# appearance
|
||||||
set -g status-style "bg=colour16 fg=white,bold"
|
set -g status-style "bg=colour16 fg=white,bold"
|
||||||
set -g window-status-current-style "fg=yellow,bold"
|
set -g window-status-current-style "fg=yellow,bold"
|
||||||
|
|
||||||
set -g status-left-length 100
|
set -g status-left-length 100
|
||||||
set -g status-right-length 100
|
set -g status-right-length 100
|
||||||
|
|
||||||
# set -g status-right-style "bg=green fg=colour16,bold"
|
# set -g status-right-style "bg=green fg=colour16,bold"
|
||||||
|
|
||||||
# set -g status-bg black
|
# set -g status-bg black
|
||||||
# set -g status-fg white
|
# set -g status-fg white
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user