summaryrefslogtreecommitdiffstats
path: root/example/tmux-overview.yaml
AgeCommit message (Collapse)Author
2022-06-09remove: obsolete nonfunctional configurations (#1474)a-kenji
The nonfunctional configurations are not needed anymore, the `tmux-overview` configuration is also not needed anymore, since there is now a prefix mode that emulates some tmux behaviour, which is already a good example in the default configuration.
2021-05-09New behavior for h and lDante Pippi
New behavior for h and l, will change tabs if there are no available panes in the direction. cargo clippy Ensuring atomicity for the MoveFocusOrTab - Blocking the input thread for the action MoveFocusOrTab - Using "unreachable" macro in match arm to make it clear that the directions Up and Down should not be used with the action MoveFocusOrTab Adding tests
2021-04-25Corrections to Pull Request 362:fenix
Corrections according to the discussion of the pull request, namely separating this idea out into a new yaml entirely called tmux-overview., and creating a tmux.yaml with just the new tmux bindings.