jeffreytse / zsh-vi-mode

💻 A better and friendly vi(vim) mode plugin for ZSH.
MIT License
3.13k stars 109 forks source link

Unexpected behavior of replacing chars by `R` command from normal mode #73

Closed jeffreytse closed 3 years ago

jeffreytse commented 3 years ago

Reproduce

foo
bar
baz

Result

The second line was joined to above line as below.

fowwbar
baz

Expected behavior

The second line should not be joined to above line.

foww
bar
baz