dotfiles/tmux/README.md

16 lines
621 B
Markdown
Raw Normal View History

# Tmux Configuration Files
2015-10-27 23:20:22 +00:00
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.
2016-10-19 15:44:38 +00:00
### Tmux Plugins
2016-10-19 15:44:38 +00:00
- [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.
2016-10-19 15:44:38 +00:00
- copy\_selected.sh: Enables uploading of the selected text to Gist.