zshrc: fix fzf history search using preview
This commit is contained in:
parent
ed0fcfac90
commit
031f739105
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ pskill () {
|
|||
|
||||
# don't follow symlinks due to Wine's love for symlink loops (dosdevices/z: -> /)
|
||||
export FZF_DEFAULT_OPTS='--walker=file,dir,hidden --preview "bat --style=plain" --bind alt-a:select-all'
|
||||
export FZF_CTRL_R_OPTS='--preview=""'
|
||||
source <(fzf --zsh)
|
||||
|
||||
# Helix and Neovim launchers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue