diff options
author | Cody Hiar <codyfh@gmail.com> | 2019-01-07 10:07:08 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2019-01-07 10:07:08 -0700 |
commit | 8bfab6730354f88acd3fc745fca50f88ae37d6b6 (patch) | |
tree | 72739ac699432472ab937d1e1d0699aa6de9bf8e /tmux.config | |
parent | 3e2725cfe2831586bc524f20e975e0cfbc01942f (diff) |
Adding custome tmux-open
Diffstat (limited to 'tmux.config')
-rw-r--r-- | tmux.config | 1 |
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' |