Skip to content

Commit

Permalink
chore: revise some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Jan 25, 2021
1 parent 4d879db commit f17af7b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion zsh-vi-mode.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,11 @@ ZVM_INIT_DONE=false
# Disable reset prompt (i.e. disable the widget `reset-prompt`)
ZVM_RESET_PROMPT_DISABLED=false

# Insert mode could be `i` (insert) or `a` (append)
# Insert mode could be
# `i` (insert)
# `a` (append)
# `I` (insert at the non-blank beginning of current line)
# `A` (append at the end of current line)
ZVM_INSERT_MODE='i'

# The mode could be the below value:
Expand Down

0 comments on commit f17af7b

Please sign in to comment.