mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
done
This commit is contained in:
parent
f6b1e7cdc9
commit
3bac174aeb
3 changed files with 11 additions and 7 deletions
|
|
@ -20,3 +20,7 @@ function vi_mode_prompt_info() {
|
|||
if [[ "$RPS1" == "" && "$RPROMPT" == "" ]]; then
|
||||
RPS1='$(vi_mode_prompt_info)'
|
||||
fi
|
||||
|
||||
autoload edit-command-line
|
||||
zle -N edit-command-line
|
||||
bindkey -M vicmd v edit-command-line
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue