graemedavidson / tmux-pane-focus

Tmux plugin to auto resize windows on focus similar to NVim Focus: https://github.com/beauwilliams/focus.nvim
MIT License
8 stars 0 forks source link

Configuration needs reload of tmux for changes to take effect #44

Open Harish-Rusum opened 1 month ago

Harish-Rusum commented 1 month ago

When i try to configure this plugin, it took a LONG time to figure out why my changes weren't taking effect. After quite some time i figured out that i needed to quit tmux and open a new session for the changes to take effect.

(I don't know much about building plugins for tmux but if possible please change this or atleast mention it in the Docs, it would save people a significant amount of time ) Great plugin though, very functional and very well documented :)

graemedavidson commented 1 month ago

Ahh interesting, thanks so much for using it and raising an issue.

Could you provide an example of config changes just so I can be precise and I will get that added.

Harish-Rusum commented 3 weeks ago

Basically all i was doing was this, And sorry for the late response

set -g @pane-focus-size on set -g @pane-focus-size '60' set -g @pane-focus-direction '+'