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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -