# ~/.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
the i has been moved to the wrong position.
note
only happen to the second character. other position will not happen.
thanks!
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
the i has been moved to the wrong position.
note
only happen to the second character. other position will not happen.
thanks!