Restore some tmux config
This commit is contained in:
parent
02ce85512c
commit
b793dfcdf0
2 changed files with 6 additions and 8 deletions
|
@ -14,16 +14,16 @@ set-window-option -g automatic-rename-format "#{pane_current_command}"
|
||||||
set-window-option -g allow-rename on
|
set-window-option -g allow-rename on
|
||||||
|
|
||||||
# window status
|
# window status
|
||||||
setw -g window-status-format "#I #(basename #{pane_current_path})>#W"
|
setw -g window-status-format "#[bg=colour246,fg=colour233] #I #(basename #{pane_current_path})>#W "
|
||||||
setw -g window-status-current-format "#[bold]#I #(basename #{pane_current_path})>#W"
|
setw -g window-status-current-format "#[bg=colour248,fg=colour233,bold] #I #(basename #{pane_current_path})>#W "
|
||||||
|
|
||||||
# The statusbar
|
# The statusbar
|
||||||
set -g status-interval 2
|
set -g status-interval 2
|
||||||
set -g status-position bottom
|
set -g status-position bottom
|
||||||
set -g status-bg lightgrey
|
set -g status-bg black
|
||||||
set -g status-fg black
|
set -g status-fg white
|
||||||
set -g status-left '(#S) '
|
set -g status-left '#[fg=colour250,italics] (#S) '
|
||||||
set -g status-right '#(whoami)@#H %m/%d %I:%M '
|
set -g status-right '#[fg=colour250,bg=colour0,italics] #(whoami)@#H %m/%d %I:%M '
|
||||||
set -g status-right-length 50
|
set -g status-right-length 50
|
||||||
set -g status-left-length 40
|
set -g status-left-length 40
|
||||||
set -g clock-mode-style 12
|
set -g clock-mode-style 12
|
||||||
|
|
|
@ -49,5 +49,3 @@ windows:
|
||||||
- clear
|
- clear
|
||||||
- editor:
|
- editor:
|
||||||
- vim-resume
|
- vim-resume
|
||||||
- watcher:
|
|
||||||
- bacon
|
|
||||||
|
|
Loading…
Reference in a new issue