Skip to content

Commit

Permalink
[tmux] Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fifthdrew committed Dec 17, 2024
1 parent 3b665f9 commit 6c0f450
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set-option -g status off
set-option -g mouse on

# Pane visual
# Options: │ ▏▕
set-option -g pane-border-format "#{pane_index} │"
set-option -g pane-border-style fg=colour0
set-option -g pane-active-border-style fg=colour0
Expand All @@ -15,11 +14,11 @@ set-option -g pane-active-border-style fg=colour0
set-option -g status-justify left
set-option -g status-right "#(whoami)@#(hostname) "
set-option -g status-right-length 40
set-option -g status-left "[#S] "
set-option -g status-left "[#S] "
set-option -g status-left-length 40
set-option -g status-style bg=colour0,fg=colour7
set-window-option -g window-status-current-style bg=colour0,fg=colour7
set-window-option -g window-status-style bg=colour0,fg=colour8
set-window-option -g window-status-style bg=colour0,fg=colour7

# Command line visual
set-option -g message-style bg=colour0,fg=colour7
Expand Down

0 comments on commit 6c0f450

Please sign in to comment.