From 8bfab6730354f88acd3fc745fca50f88ae37d6b6 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Mon, 7 Jan 2019 10:07:08 -0700 Subject: Adding custome tmux-open --- tmux.config | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3