From e66dc3cd3f24e62bf9733a7a450e7a1af94f0614 Mon Sep 17 00:00:00 2001 From: chenyc Date: Fri, 16 Jun 2023 14:25:58 +0800 Subject: [PATCH] update preview style --- config/fzf.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fzf.zsh b/config/fzf.zsh index 7a793cb..8cd0575 100644 --- a/config/fzf.zsh +++ b/config/fzf.zsh @@ -1,5 +1,5 @@ export RUNEWIDTH_EASTASIAN=0 -export FZF_DEFAULT_OPTS="--height 12 --layout=reverse --history=$OMZ/cache/fzfhistory" +export FZF_DEFAULT_OPTS="--height 12 --scrollbar=▌▐ --info=inline-right --margin=1 --layout=reverse --history=$OMZ/cache/fzfhistory" export FZF_DEFAULT_COMMAND="fd --exclude={.git,.idea,.vscode,.sass-cache,node_modules,build,dist,vendor} --type f" export FZF_PREVIEW_COMMAND='bash $OMZ/lib/file_preview.sh {}'