✨ feat(tmux): ls preview command of sessionx
This commit is contained in:
parent
a9a8205cd4
commit
6a82345389
1 changed files with 4 additions and 2 deletions
|
@ -28,10 +28,10 @@ set -g @catppuccin_status_connect_separator "yes"
|
||||||
|
|
||||||
# Sessionx
|
# Sessionx
|
||||||
set -g @sessionx-bind 'space'
|
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-location 'top'
|
||||||
set -g @sessionx-preview-ratio '65%'
|
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-window-width '75%'
|
||||||
set -g @sessionx-tmuxinator-mode 'on'
|
set -g @sessionx-tmuxinator-mode 'on'
|
||||||
set -g @sessionx-bind-window-mode 'alt-w'
|
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-kill-session 'alt-q'
|
||||||
set -g @sessionx-bind-configuration-path 'alt-e'
|
set -g @sessionx-bind-configuration-path 'alt-e'
|
||||||
set -g @sessionx-bind-back 'alt-b'
|
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
|
# fzf-url
|
||||||
set -g @fzf-url-bind 'u'
|
set -g @fzf-url-bind 'u'
|
||||||
|
|
Loading…
Add table
Reference in a new issue