- Update readme - Remove unnecessary Ruby script - Update clocks.sh to be a bit slimmer - Update tmux.conf with comments - Reformate/clean-up tmux.conf
15 lines
621 B
Markdown
15 lines
621 B
Markdown
# Tmux Configuration Files
|
|
|
|
My tmux configuration is very straight forward and fully commented. Of note, I
|
|
enable mouse mode, and have custom colors configured. I also have a few custom
|
|
scripts.
|
|
|
|
### Tmux Plugins
|
|
- [TPM](https://www.github.com/tmux-plugins/tpm): The TMUX Plugin Manager
|
|
- [Scroll-Wheel Copy Mode](https://www.github.com/nhdaly/tmux-scroll-copy-mode)
|
|
- [Resurrect](https://www.github.com/tmux-plugins/tmux-resurrect): Session
|
|
Management
|
|
|
|
### Custom Scripts
|
|
- clocks.sh: My custom status bar. Shows time for 4 different time zones.
|
|
- copy\_selected.sh: Enables uploading of the selected text to Gist.
|