Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions shell-plugin/lib/helpers.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ function _forge_exec() {
}

function _forge_reset() {
zle -I
# Clear buffer and reset cursor position
BUFFER=""
CURSOR=0
zle -R
# Force widget redraw and prompt reset
zle -I
zle reset-prompt
}

Expand Down
Loading