From e1637cab504e945db610d103d91944a902856cb4 Mon Sep 17 00:00:00 2001 From: jomido Date: Tue, 12 Nov 2019 12:51:47 -0600 Subject: [PATCH] Added urlview plugin --- tmux/.tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 1ce9d65..73e0f1a 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -79,3 +79,10 @@ set-option -g display-panes-active-colour brightwhite # Clock mode set-option -g clock-mode-colour white set-option -g clock-mode-style 24 + +########### +# PLUGINS # +########### + +set -g @plugin 'tmux-plugins/tmux-urlview' +