diff --git a/shell/key-bindings.zsh b/shell/key-bindings.zsh index 56e3ae5c..f9469b26 100644 --- a/shell/key-bindings.zsh +++ b/shell/key-bindings.zsh @@ -120,7 +120,7 @@ fzf-history-widget() { LBUFFER="$selected" fi fi - zle reset-prompt + zle fzf-redraw-prompt return $ret } zle -N fzf-history-widget