diff --git a/.config/tmux/.github/README.md b/.config/tmux/.github/README.md index ff5839f1..c3afc863 100644 --- a/.config/tmux/.github/README.md +++ b/.config/tmux/.github/README.md @@ -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). diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index ed402897..1b34f566 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -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'