Question

I'm trying to figure out if ST has this certain functionality that exists in Vim. Basically I want to be able, to tell sublime which line to cut from, the amount of lines and the location of where to paste it.

I've extended my sublime's functionality quite a lot with various packages but I can't seem to be able to find the equivalent of what I describe above. Is there such package or plugin?

Thanks!

Was it helpful?

Solution

If you want :t, :m and :d, VintageEx is what you are looking for: it adds a command-line similar to the one in Vim. It doesn't have all of Vim's Ex commands but those three commands are there.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top