Skip to content

Commit

Permalink
feat(tmux): Switch from tmux-urlview to tmux-fzf-url as a test
Browse files Browse the repository at this point in the history
This, hopefully, will autoclose and work as smooth as tmux-urlview.
  • Loading branch information
mimre25 committed Jan 17, 2025
1 parent 08dc84d commit 53e54b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tmux/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ bind-key -r -T prefix C-l resize-pane -R 3

# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-urlview'
# set -g @plugin 'tmux-plugins/tmux-urlview'
set -g @plugin 'wfxr/tmux-fzf-url'
# set -g @plugin 'tmux-plugins/tmux-sensible'

run '~/.tmux/plugins/tpm/tpm'

0 comments on commit 53e54b4

Please sign in to comment.