```zsh # ~/.zshrc . ~/.zinit/plugins/zsh-vim-mode/zsh-vim-mode.plugin.zsh ``` ## Reproduce Procedures type some word and move the cursor to the second character  press 'v' to the visual mode, then press "S'" to add a pair of single quote  however, the correct result should be ``` g'i't add -A ``` the i has been moved to the wrong position. ## note only happen to the second character. other position will not happen. thanks!