Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandur/tmux-extra
Configuration and scripts for sane Tmux default behavior.
https://github.com/brandur/tmux-extra
Last synced: 21 days ago
JSON representation
Configuration and scripts for sane Tmux default behavior.
- Host: GitHub
- URL: https://github.com/brandur/tmux-extra
- Owner: brandur
- Created: 2011-07-21T22:43:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-09-03T17:03:36.000Z (about 13 years ago)
- Last Synced: 2024-08-04T04:05:13.677Z (3 months ago)
- Language: Shell
- Homepage: http://mutelight.org/articles/practical-tmux
- Size: 107 KB
- Stars: 116
- Watchers: 9
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-tmux - tmux-extra
README
Tmux Extra
==========A few extra files useful to get sane Tmux default behavior (or what a person coming from Screen might consider sane at any rate). Changes are described in more detail in my article [Practical Tmux](http://mutelight.org/articles/practical-tmux).
Installation
------------Included files:
* `.tmux.conf`: Tmux configuration file. Symlink to your home directory like `ln -s /home/brandur/tmux-extra/.tmux.conf /home/brandur/`.
* `tmx`: A Tmux launcher script mostly useful for getting sessions that share the same set of windows, but can move between them independently. Symlink to a directory in your `$PATH` like `ln -s /home/brandur/tmux-extra/tmx /home/brandur/bin/`.
Usage
-----Launch Tmux via the launcher with `tmx ` where the session name is an arbitrary string representing a session that you might want to reconnect to later (e.g. `tmx mutelight`).
Contact
-------Send comments and suggestions to **[email protected]**.