✨ feat(fish): add preview window for the fzf-zoxide function
This commit is contained in:
parent
bff9c54e94
commit
62ee3822ba
1 changed files with 1 additions and 1 deletions
|
@ -74,9 +74,9 @@ set -xg FZF_DEFAULT_OPTS "--height=90% --layout=reverse --info=inline --border r
|
|||
--bind 'ctrl-u:preview-half-page-up'
|
||||
--bind 'ctrl-d:preview-half-page-down'
|
||||
--bind 'ctrl-y:execute-silent(printf {} | cut -f 2- | wl-copy --trim-newline)'"
|
||||
set -xg _ZO_FZF_OPTS $FZF_DEFAULT_OPTS
|
||||
set -xg fzf_preview_dir_cmd eza --long --header --icons --all --color=always --group-directories-first --hyperlink
|
||||
set -xg fzf_fd_opts --hidden --color=always
|
||||
set -xg _ZO_FZF_OPTS $FZF_DEFAULT_OPTS '--preview "{$fzf_preview_dir_cmd} {2}"'
|
||||
|
||||
# Other
|
||||
if type -q vivid
|
||||
|
|
Loading…
Add table
Reference in a new issue