feat(tmux): new plugin: tmux-floax

is back once again :)
This commit is contained in:
Sergio Laín 2024-09-23 14:43:47 +02:00
parent 3ce21c6c08
commit ee62721ccf
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
2 changed files with 7 additions and 0 deletions

View file

@ -27,6 +27,7 @@ Now, here are the plugins I use alongside 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)
- [tmux-floax](https://github.com/omerxx/tmux-floax)
The plugins and their options are declared on [this file](../conf/plugins.conf).

View file

@ -4,6 +4,7 @@ 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'
set -g @plugin 'omerxx/tmux-floax'
# Plugin Options
# Catppuccin
@ -46,3 +47,8 @@ set -g @sessionx-filtered-sessions 'scratch'
# fzf-url
set -g @fzf-url-bind 'u'
# Floax
set -g @floax-bind '-n M-p'
set -g @floax-border-color 'white'
set -g @floax-text-color 'white'