graemedavidson / tmux-pane-focus

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

Refactor focus code into functions and add tests. #30

Closed graemedavidson closed 8 months ago

graemedavidson commented 8 months ago

Currently the focus code has repeated code blocks which do similar actions which would benefit from being refactored into functions and added tests.

graemedavidson commented 8 months ago

Limitations in bash makes this a very messy process as it would require passing arrays back and forth.