From de97fe3298de3e5d603f158f2cef4432012ea4b5 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 27 Oct 2024 23:05:15 +0200 Subject: [PATCH] Float term (floax) for tmux, I actually needed that and by luck discovered this by watching a vid about ghostty --- .config/tmux/tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 221a4e7..9dcd4a9 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -58,6 +58,9 @@ set -g @catppuccin_status_connect_separator "no" set -g @catppuccin_directory_text "#{pane_current_path}" +set -g @plugin 'omerxx/tmux-floax' +set -g @floax-bind '-n M-f' + # Load TPM, must be the last line run '~/.tmux/plugins/tpm/tpm'