diff --git a/shell-plugin/lib/helpers.zsh b/shell-plugin/lib/helpers.zsh index 55fb7016e9..5bc74a8f0f 100644 --- a/shell-plugin/lib/helpers.zsh +++ b/shell-plugin/lib/helpers.zsh @@ -42,9 +42,8 @@ function _forge_reset() { # Clear buffer and reset cursor position BUFFER="" CURSOR=0 - # Force widget redraw and prompt reset - zle -I - zle reset-prompt + + zle .accept-line }