summaryrefslogtreecommitdiff
path: root/zsh/functions/fake-enter
blob: 0582c26ef1aba8795ecdbaa3a245590175517db4 (plain)
1
2
3
4
fake-enter() {
    print -s "$BUFFER"
    zle send-break
}