Add edit mode to zsh command line

This commit is contained in:
Talia 2024-06-24 16:19:29 +02:00
parent 337df78954
commit 0591593c7b
1 changed files with 4 additions and 0 deletions

4
zshrc
View File

@ -16,6 +16,10 @@ setopt hist_find_no_dups
setopt prompt_subst
setopt hist_ignore_space
autoload -z edit-command-line
zle -N edit-command-line
bindkey -M vicmd '\' edit-command-line
autoload -U compinit; compinit
bindkey -v