Vim.js replace in visual block mode

Hello,

is it possible to add “s” key in vim visual block mode to work like “Shift+i”.
Combination is: Ctrl+V (visula block mode selection) -> s (replace) -> insert new text -> add to all selected lines (block). I think many vim users use this combo :wink:

Thanks in advance.

Is this a standard vim binding, or something that people configure?

It’s vim binding: http://vimdoc.sourceforge.net/htmldoc/visual.html#visual-operators
It’s working like “c” (change) which is implemented already in CM.