From ee62721ccf36156926deb75ae9fec500f3c416d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 23 Sep 2024 14:43:47 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(tmux):=20new=20plugin:=20tmux-?= =?UTF-8?q?floax?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit is back once again :) --- .config/tmux/.github/README.md | 1 + .config/tmux/conf/plugins.conf | 6 ++++++ 2 files changed, 7 insertions(+) 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'