2017-08-16 02:31:58 +00:00
|
|
|
# Tmux Configuration Files
|
2015-10-27 23:20:22 +00:00
|
|
|
|
2017-08-16 02:31:58 +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
|
|
|
|
2017-08-16 02:31:58 +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
|
2017-08-16 02:31:58 +00:00
|
|
|
- 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.
|