1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-11-04 21:31:19 +08:00

docs(key-bindings): clarify comment

Closes #13265
This commit is contained in:
Carlo Sala 2025-08-16 21:26:22 +02:00
parent 5d37f723f6
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 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 autoload -U edit-command-line
zle -N edit-command-line zle -N edit-command-line
bindkey '\C-x\C-e' edit-command-line bindkey '\C-x\C-e' edit-command-line