vimflowy icon indicating copy to clipboard operation
vimflowy copied to clipboard

Support for `<visual>s`

Open joboyx opened this issue 5 years ago • 3 comments

Replicate:

  • Visual select multiple characters/words
  • Hit s

image

Actual:

  • Nothing happens

Expected:

  • selected text is "cut" (like with x) then enter "edit mode"

joboyx avatar Jan 26 '21 08:01 joboyx

is this the same functionality as visual c?

platers avatar Feb 05 '21 04:02 platers

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.

joboyx avatar Feb 05 '21 09:02 joboyx

we should implement s anyways, no reason not to

WuTheFWasThat avatar Feb 05 '21 19:02 WuTheFWasThat