Skip to content

Big / Breaking changes tracking issue #14

@mrs4ndman

Description

@mrs4ndman

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

  1. 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:
image
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 documentationimportantChanges / planned things that affect the plugin's functionality or behaviour

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions