feat(tmux): ls preview command of sessionx

This commit is contained in:
Sergio Laín 2024-09-23 14:41:23 +02:00
parent a9a8205cd4
commit 6a82345389
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150

View file

@ -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'