From ffc2ba42288a068c4e6307b4f3c0e4990d8df620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 2 Aug 2024 14:10:28 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(tmux):=20sessionx?= =?UTF-8?q?=20custom=20options?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/plugins.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index b0c9d675..7f5b1016 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -29,6 +29,12 @@ set -g @catppuccin_status_connect_separator "yes" # Sessionx set -g @sessionx-bind 'space' set -g @sessionx-filter-current 'false' +set -g @sessionx-window-mode 'on' +set -g @sessionx-preview-location 'top' +set -g @sessionx-preview-ratio '65%' +set -g @sessionx-window-height '95%' +set -g @sessionx-window-width '95%' +set -g @sessionx-tmuxinator-mode 'on' # Ressurrect & Continuum set -g @resurrect-capture-pane-contents 'on'