You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initExtra='' source ${zshExtensionsDir}/zsh-vim-mode.plugin.zsh if [ -n "${commands[fzf-share]}" ]; then source "$(fzf-share)/key-bindings.zsh" source "$(fzf-share)/completion.zsh" fi '';
The text was updated successfully, but these errors were encountered:
General information
fzf shortcut does not work when following the readme guide
Basic examination
Problem description
Unclear instruction use fzf and zsh-vi-mode with nixos home manger. hints on fzf not working with nixos setup.
Reproduction steps
C-r
Expected behavior
fzf opens
current output
current output
workaround
use zsh-vim-mode and source the fzf in accordance to nixos doku after the plugin
The text was updated successfully, but these errors were encountered: