diff --git a/config/zsh/autoload/live_grep b/config/zsh/autoload/live_grep index d5cf6025..23c90cfe 100755 --- a/config/zsh/autoload/live_grep +++ b/config/zsh/autoload/live_grep @@ -17,4 +17,4 @@ fzf --ansi --disabled --query "$INITIAL_QUERY" \ --header 'CTRL-F: Switch between ripgrep/fzf' \ --preview 'bat --color=always {1} --highlight-line {2}' \ --preview-window 'up,60%,border-bottom,+{2}+3/3,~3' \ - --bind 'enter:become(nvim {1} +{2})' + --bind 'enter:execute(nvim {1} +{2})'