Add twm to the list of session managers (#92)

This commit is contained in:
vinnymeller 2023-04-21 14:05:30 -07:00 committed by GitHub
parent 794bc51385
commit d6b3901505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ List of helpful tmux links for various tutorials, plugins, and configuration set
- [tmuxomatic](https://github.com/oxidane/tmuxomatic) Intelligent tmux session management
- [tmuxp](https://github.com/tmux-python/tmuxp) :computer: tmux session manager and python library
- [tmuxpair](https://github.com/goerz/tmuxpair) Command line script for setting up a temporary tmux session for pair programming
- [twm](https://github.com/vinnymeller/twm) A highly configurable workspace manager that is easy to extend with shell scripts, written in Rust
- [vim-tmux-navigator](https://github.com/christoomey/vim-tmux-navigator) Vim and tmux integration