From eead10c9fa0ef09df8c19de33f51d1e1aa1ac7f9 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 10 Oct 2024 21:25:26 -0700 Subject: [PATCH] Configure tmux-open --- .tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) 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'