From c2f57e070c921f1c980ab7743f7f5f732a1925fd Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Thu, 11 Sep 2025 04:31:13 +0200 Subject: [PATCH] tmux: Added plugin for selecting urls with the keyboard --- tmux/dot-tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index 17a3b8b..30311eb 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -1,6 +1,7 @@ # Plugins set -g @plugin 'mrjones2014/smart-splits.nvim' set -g @plugin 'tmux-plugins/tmux-sensible' +set -g @plugin 'wfxr/tmux-fzf-url' # Settings set -ag terminal-overrides ",xterm-256color:RGB"