URI:
       tmux: replace tmux-urlscan with tmux-fzf-url - dotfiles - 🍚 personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 0cff5ae4ac34e9c8bd22badbd08bbccd95f737e0
   DIR parent c69b2eb8783f07d75ccd54f303841c6d7e3bb9c6
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Wed, 11 Sep 2024 22:46:48 +0200
       
       tmux: replace tmux-urlscan with tmux-fzf-url
       
       Diffstat:
         M tmux/.config/tmux/tmux.conf         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf
       @@ -91,7 +91,7 @@ bind p paste-buffer -p
        set -g @plugin 'tmux-plugins/tpm'
        set -g @plugin 'tmux-plugins/tmux-resurrect'
        set -g @plugin 'tmux-plugins/tmux-continuum'
       -set -g @plugin 'prg318/tmux-urlscan'
       +set -g @plugin 'wfxr/tmux-fzf-url'
        set -g @plugin 'aserowy/tmux.nvim'
        set -g @plugin 'MunifTanjim/tmux-mode-indicator'