From c2f811406f0da5e336bbb930212f2c2d9904c265 Mon Sep 17 00:00:00 2001 From: Sebastian Doerner Date: Sat, 26 Apr 2025 23:19:39 +0200 Subject: [PATCH] Add fzf initialization order to README Source: https://github.com/Multirious/zsh-helix-mode/issues/12#issuecomment-2632864632 --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fb0b37b..239a0a5 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,15 @@ mitigate the issue, please add the following after you've sourced `zsh-syntax-hi zhm-add-update-region-highlight-hook ``` +#### [fzf](https://github.com/junegunn/fzf) + +fzf keybinding should be done before sourcing this plugin: + +``` +source <(fzf --zsh) +# source zsh-helix-mode +``` + #### [fzf-tab](https://github.com/Aloxaf/fzf-tab) Please add the following after you've sourced zsh-helix-mode and fzf-tab (in any order): ```zsh