This commit is contained in:
chenyc 2022-11-18 14:10:23 +08:00
parent b1536af727
commit 713d8485bb
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
alias fzf='fzf --preview "bash $OMZ/lib/file_preview.sh {}" --height 12'
alias fzf='bash $OMZ/lib/get_cursor.sh; fzf --preview "bash $OMZ/lib/file_preview.sh {}" --height 12'
export FZF_DEFAULT_OPTS="--height 12 --layout=reverse --history=$OMZ/cache/fzfhistory"
export FZF_DEFAULT_COMMAND="fd --exclude={.git,.idea,.vscode,.sass-cache,node_modules,build,dist,vendor} --type f"