diff --git a/.tmux.conf b/.tmux.conf index 85612fa..0c7d543 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -67,5 +67,9 @@ set -g @continuum-restore 'on' set -g @continuum-boot 'on' set -g @resurrect-processes 'ssh nano k9s' +# Open Links +set -g @plugin 'tmux-plugins/tmux-open' +set -g @open-S 'https://search.brave.com/search?q=' + # Load Plugins run '~/.tmux/plugins/tpm/tpm'