daveosborne/brackets-vimderbar

The s operator moves the cursor to the right

Closed this issue · 3 comments

The s key works perfectly when substituting a single character, but if you select a range and then press s the cursor moves 1 character to the right.

This could be a bug you need to file with CodeMirror directly. The s key seems to work in the same buggy manner on CodeMirror's vim demo page.

I think it's worth leaving the reference here: codemirror/codemirror5#1873