✨ feat(tmux): new plugin: fzf-url
This commit is contained in:
parent
8d1570b45e
commit
27fb12e4f2
2 changed files with 4 additions and 0 deletions
1
.config/tmux/.github/README.md
vendored
1
.config/tmux/.github/README.md
vendored
|
@ -25,6 +25,7 @@ Now, here are the plugins I use alongside tmux:
|
|||
- [tpm](https://github.com/tmux-plugins/tpm) (Plugin manager)
|
||||
- [catppuccin](https://github.com/catppuccin/tmux)
|
||||
- [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)
|
||||
|
||||
The plugins and their options are declared on [this file](../conf/plugins.conf).
|
||||
|
|
|
@ -3,6 +3,7 @@ set -g @plugin 'tmux-plugins/tpm'
|
|||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'omerxx/tmux-sessionx'
|
||||
set -g @plugin 'wfxr/tmux-fzf-url'
|
||||
|
||||
# Plugin Options
|
||||
# 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-back 'alt-b'
|
||||
|
||||
# fzf-url
|
||||
set -g @fzf-url-bind 'u'
|
||||
|
|
Loading…
Add table
Reference in a new issue