Restore some tmux config

This commit is contained in:
Nicole Tietz-Sokolskaya 2023-01-06 16:24:26 -05:00
parent 02ce85512c
commit b793dfcdf0
2 changed files with 6 additions and 8 deletions

View File

@ -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

View File

@ -49,5 +49,3 @@ windows:
- clear - clear
- editor: - editor:
- vim-resume - vim-resume
- watcher:
- bacon