aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2019-01-07 10:07:08 -0700
committerCody Hiar <codyfh@gmail.com>2019-01-07 10:07:08 -0700
commit8bfab6730354f88acd3fc745fca50f88ae37d6b6 (patch)
tree72739ac699432472ab937d1e1d0699aa6de9bf8e
parent3e2725cfe2831586bc524f20e975e0cfbc01942f (diff)
Adding custome tmux-open
-rw-r--r--tmux.config1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.config b/tmux.config
index 38292d6..f9ff5da 100644
--- a/tmux.config
+++ b/tmux.config
@@ -95,6 +95,7 @@ run-shell "bash ~/.tmux/scripts/check_os.sh"
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'thornycrackers/tmux-sessionist'
set -g @plugin 'thornycrackers/tmux-drawer'
+set -g @plugin 'thornycrackers/tmux-open'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'