-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationimportantChanges / planned things that affect the plugin's functionality or behaviourChanges / planned things that affect the plugin's functionality or behaviour
Description
Hey everyone!
Because of some changes to the plugin's options (mainly names and implementing a few new ones), I have decided to create this issue to post about some changes that might change (slightly) the option usage inside your .tmux.conf. You will be able to see these changes reflected soon in code and in the readme.md
- New default style for the window list (1- window, 2-window): It now defaults to the usual tmux window appearence, but the other aspects (the custom separator one + the pane directory one) are on separate options:
set -g @rose_pine_default_window_behavior 'on' # Forces default behaviour, maintains custom colors
set -g @rose_pine_show_current_program 'on'
# Show custom window separator and makes the window name default to the program running on the active pane
set -g @rose_pine_show_pane_directory 'on' # Show current pane directory as window name
NOTE: there is a bug with the @rose_pine_show_current_program option, as it does not allow to view the custom window name on the window list itself, it just keeps showing the CWD.
The default behaviour for this menu:

is to show the window name (regardless of other window settings), could add options (#12) to change it, let me know if you want them implemented (not very difficult).
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationimportantChanges / planned things that affect the plugin's functionality or behaviourChanges / planned things that affect the plugin's functionality or behaviour