aperezdc / zsh-fzy

Use the fzy fuzzy-finder in Zsh
MIT License
55 stars 9 forks source link

placed fzy configuration in .zshrc, didnt work #22

Open alexzanderr opened 3 years ago

alexzanderr commented 3 years ago

i dont really know where to put these configs, so i put them in the .zshrc. sorry for being a newbie.

i placed these in the .zshrc file

zstyle :fzy:tmux    enabled      no

zstyle :fzy:history show-scores  no
zstyle :fzy:history lines        ''
zstyle :fzy:history prompt       'history >> '
zstyle :fzy:history command      fzy-history-default-command

zstyle :fzy:file    show-scores  no
zstyle :fzy:file    lines        ''
zstyle :fzy:file    prompt       'file >> '
zstyle :fzy:file    command      fzy-file-default-command

zstyle :fzy:cd      show-scores  no
zstyle :fzy:cd      lines        ''
zstyle :fzy:cd      prompt       'cd >> '
zstyle :fzy:cd      command      fzy-cd-default-command

zstyle :fzy:proc    show-scores  no
zstyle :fzy:proc    lines        ''
zstyle :fzy:proc    prompt       'proc >> '
zstyle :fzy:proc    command      fzy-proc-default-command

i was giving me and error while using the fzy features

my fzy config:

# fzy plugin settings
bindkey '^F'  fzy-file-widget
bindkey '^A' fzy-cd-widget
bindkey '^H' fzy-history-widget
bindkey '^P' fzy-proc-widget