update preview style
This commit is contained in:
parent
4cb2f88603
commit
e66dc3cd3f
|
|
@ -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 {}'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue