SublimeText / VintageEx

An implementation of Vim's command-line mode for Sublime Text 2
MIT License
381 stars 50 forks source link

can't indent multiple lines using n> in visual mode #43

Closed leeahoward closed 11 years ago

leeahoward commented 11 years ago

I am looking for functionality described here: http://stackoverflow.com/questions/235839/how-do-i-indent-multiple-lines-quickly-in-vi

Action:select a block of text in visual mode and the hit n> to indent, where n is the number of times to indent.

Expected Behavior:the selected text is indented n times.

Actual Behavior: the text is indented once and the first line selected is indented n times.

guillermooo commented 11 years ago

This feature is provided by Vintage, not VintageEx. You should report it there instead.

leeahoward commented 11 years ago

Will do.. Thanks