vimflowy
vimflowy copied to clipboard
Support for `<visual>s`
Replicate:
- Visual select multiple characters/words
- Hit
s

Actual:
- Nothing happens
Expected:
- selected text is "cut" (like with
x) then enter "edit mode"
is this the same functionality as visual c?
Looks like it's the same.
cl is equivalent to s
so is, visual c and visual s
This should work for me. I learned a new Vim command. 😄
You can close this.
we should implement s anyways, no reason not to