Skip to content
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ set -g status-interval 1
### are we controlling tmux or the content of the panes?
set -g status-left '#[bg=#504945]#[fg=#d5c4a1]#{?client_prefix,#[bg=#fe8019],} ☺ '

set -g window-status-format " #I:#W#F"
set -g window-status-current-style fg='#d5c4a1'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since it's default color for that section, maybe it's not necessary

set -g window-status-current-format " [ #I:#W#F ]"

# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'