From 6a82345389b575c50f0aae9c8fbc52fbfc93ec55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Mon, 23 Sep 2024 14:41:23 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(tmux):=20ls=20preview=20comman?= =?UTF-8?q?d=20of=20sessionx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/tmux/conf/plugins.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.config/tmux/conf/plugins.conf b/.config/tmux/conf/plugins.conf index 1c0abcb6..ed402897 100644 --- a/.config/tmux/conf/plugins.conf +++ b/.config/tmux/conf/plugins.conf @@ -28,10 +28,10 @@ set -g @catppuccin_status_connect_separator "yes" # Sessionx set -g @sessionx-bind 'space' -set -g @sessionx-filter-current 'false' +set -g @sessionx-filter-current 'true' set -g @sessionx-preview-location 'top' set -g @sessionx-preview-ratio '65%' -set -g @sessionx-window-height '75%' +set -g @sessionx-window-height '80%' set -g @sessionx-window-width '75%' set -g @sessionx-tmuxinator-mode 'on' set -g @sessionx-bind-window-mode 'alt-w' @@ -41,6 +41,8 @@ set -g @sessionx-bind-rename-session 'alt-r' set -g @sessionx-bind-kill-session 'alt-q' set -g @sessionx-bind-configuration-path 'alt-e' set -g @sessionx-bind-back 'alt-b' +set -g @sessionx-ls-command 'eza -a --icons --group-directories-first --color always' +set -g @sessionx-filtered-sessions 'scratch' # fzf-url set -g @fzf-url-bind 'u'