From 296c1d8822741673c425500ad218b8cde6736a02 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 22 Feb 2022 15:09:28 +0100 Subject: Added some tmux plugins to show when prefix is active and pipe urls into fzf --- config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf index fa4c03a..530f1ef 100644 --- a/config/tmux/tmux.conf +++ b/config/tmux/tmux.conf @@ -23,6 +23,8 @@ set -g @plugin 'tmux-plugins/tpm' # set -g @tmux-gruvbox 'dark' set -g @plugin 'arcticicestudio/nord-tmux' +set -g @plugin 'tmux-plugins/tmux-prefix-highlight' +set -g @plugin 'wfxr/tmux-fzf-url' # set -g @plugin 'tomhey/tmux-remote-sessions' -- cgit