diff options
-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' |