-
-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: change recommended default config, so that window names are automatically set (#53) #472
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -160,6 +160,13 @@ set -ag status-right "#{E:@catppuccin_status_session}" | |
set -ag status-right "#{E:@catppuccin_status_uptime}" | ||
set -agF status-right "#{E:@catppuccin_status_battery}" | ||
|
||
# automatically set CWD as window name | ||
set -g @catppuccin_window_default_text "#W" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This option no longer exists |
||
set -g @catppuccin_window_current_text "#W" | ||
set -g @catppuccin_window_text "#W" | ||
set-option -g automatic-rename on | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why automatic rename if And please be consistent with |
||
set-option -g automatic-rename-format '#I #{b:pane_current_path}' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What does this do? |
||
|
||
run ~/.config/tmux/plugins/tmux-plugins/tmux-cpu/cpu.tmux | ||
run ~/.config/tmux/plugins/tmux-plugins/tmux-battery/battery.tmux | ||
# Or, if using TPM, just run TPM | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is
#W
the current directory?