docs(key-bindings): clarify comment

Closes #13265
master
Carlo Sala 7 months ago
parent 5d37f723f6
commit 92a03105ac
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A
  1. 2
      lib/key-bindings.zsh

@ -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

Loading…
Cancel
Save