Vim run command over text object -
i know can use visual mode run command :sort on selection. appears expand command to: :'<,'>sort.
is there way run internal or external command on text-object, paragraph? ideally able ip + sort sort paragraph of text without manually creating visual selection. possible?
you can use text-object selections in visual mode, eg. vip:sort. guess didn't think doing that.
Comments
Post a Comment