1
0
Fork 0
mirror of synced 2024-06-01 14:41:09 -04:00
tmux-config/.tmux.conf

16 lines
554 B
Plaintext
Raw Normal View History

# First, get the "oh-my-tmux" stuff sourced in
source-file ~/.tmux.oh-my-tmux.conf
2012-07-23 04:25:24 -04:00
# Not needed, since this is done w/ "oh-my-tmux" by default
### source-file ~/.tmux.oh-my-tmux.conf.local
2012-07-23 04:25:24 -04:00
# If you had a previous .tmux.conf that you want to keep (or other overrides),
# but you want to be able to just "drag-and-drop" future "oh-my-tmux" updates
# in-place
### source-file ~/path/to/old/tmux/config1
### source-file ~/path/to/old/tmux/config2
2012-07-23 04:25:24 -04:00
# Put all of the tmux plugin manager things in "~/.tmux.plugins.conf"
### source-file ~/.tmux.plugins.conf
2012-07-23 04:25:24 -04:00