feat(tmux): new plugin: fzf-url

This commit is contained in:
Sergio Laín 2024-09-07 00:56:17 +02:00
parent 8d1570b45e
commit 27fb12e4f2
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,7 @@ Now, here are the plugins I use alongside tmux:
- [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager) - [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager)
- [catppuccin](https://github.com/catppuccin/tmux) - [catppuccin](https://github.com/catppuccin/tmux)
- [tmux-sessionx](https://github.com/omerxx/tmux-sessionx) - [tmux-sessionx](https://github.com/omerxx/tmux-sessionx)
- [tmux-fzf-url](https://github.com/wfxr/tmux-fzf-url)
- [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible) - [tmux-sensible](https://github.com/tmux-plugins/tmux-sensible)
The plugins and their options are declared on [this file](../conf/plugins.conf). The plugins and their options are declared on [this file](../conf/plugins.conf).

View file

@ -3,6 +3,7 @@ set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'catppuccin/tmux' set -g @plugin 'catppuccin/tmux'
set -g @plugin 'omerxx/tmux-sessionx' set -g @plugin 'omerxx/tmux-sessionx'
set -g @plugin 'wfxr/tmux-fzf-url'
# Plugin Options # Plugin Options
# Catppuccin # Catppuccin
@ -41,3 +42,5 @@ set -g @sessionx-bind-kill-session 'alt-q'
set -g @sessionx-bind-configuration-path 'alt-e' set -g @sessionx-bind-configuration-path 'alt-e'
set -g @sessionx-bind-back 'alt-b' set -g @sessionx-bind-back 'alt-b'
# fzf-url
set -g @fzf-url-bind 'u'