From f17af7b70b837702cc60e161cf672aa3eb35c49f Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Mon, 25 Jan 2021 10:45:15 +0800 Subject: [PATCH] chore: revise some comments --- zsh-vi-mode.zsh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zsh-vi-mode.zsh b/zsh-vi-mode.zsh index 09550c4..864da42 100644 --- a/zsh-vi-mode.zsh +++ b/zsh-vi-mode.zsh @@ -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: