Vintage icon indicating copy to clipboard operation
Vintage copied to clipboard

Vintage mode adds a vi style command mode to Sublime Text 2

Results 92 Vintage issues
Sort by recently updated
recently updated
newest added

The '=' key will auto-format the code specified. When run from visual mode the default vim behavior is to exit visual mode and move the cursor back to where you...

In Vi, the command 'ge' moves the cursor to the last chacter in the previous word (like 'e', but the other way). This does not appear to be supported.

In vim pushing will delete/yank the entire current line and the n lines above or below it. I have noticed that in vintage mode the behavior of these commands is...

I have noticed a small bug when hitting `CTRL-V` and selecting multiple lines. Let's consider the following file: ``` Lorem Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec vitae...

I add "vintage_start_in_command_mode": true, " to my user settings, but it does't work on my ubuntu 12.04. But it work normally on my windows 8. I don't know why? This...

Looks like this is an unsupported feature, but would be very useful. http://vim.wikia.com/wiki/Jumping_to_the_start_and_end_of_a_code_block When I type "[{", nothing happens. THanks for an awesome plugin.

Currently, undo/redo takes you to the location of where an edit occured, but you cannot see the edit undone or redone. You have to hit undo/redo one more time for...

Hi, following the instructions here http://www.sublimetext.com/docs/2/vintage.html I enabled vintage mode but don't see "insert" in the status bar. Nothing changes and there are no errors or messages. If anything is...

When selecting text in visual mode, then hitting 's' (to Substitute text), the character after the selection is also deleted. So if the text is `helloc` and I just select...

n| (pipe character) should move the cursor to column n of the current line.