docs(key-bindings): clarify comment

Closes #13265
This commit is contained in:
Carlo Sala 2025-08-16 21:26:22 +02:00
commit 92a03105ac
No known key found for this signature in database
GPG key ID: DA6FB450C1A4FE9A

View file

@ -117,7 +117,7 @@ bindkey '^r' history-incremental-search-backward # [Ctrl-r] - Search backwa
bindkey ' ' magic-space # [Space] - don't do history expansion
# Edit the current command line in $EDITOR
# Edit the current command line in $VISUAL (or $EDITOR / `vi` if not set)
autoload -U edit-command-line
zle -N edit-command-line
bindkey '\C-x\C-e' edit-command-line