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

Hello, The `%` command to navigate between opposite brackets seems to be broken in `VISUAL` mode. ### Current behavior VS expected behavior Here is the current behavior in Sublime Text...

Hello, I would like a key combination: - To do something in `INSERT MODE` - To do something else in `COMMAND MODE` - And something else in `VISUAL MODE`. Here...

Hello, The `v` and `V` commands seems to be broken on the last line of the file. Lower-case `v` command behavior when triggered on last line in Sublime versus VS...

Hello, It seems that the `gi` vim command is not implemented. That would be a nice feature to have. It allows to jump to the last edited zone, and switch...

### Description of the bug In vintage mode, using the "T" command with a number argument (example: "2Ts") does not produce results associated with that command. ~~The bug as reported...

Adding onto @guillermooo's fix fixes #117

The block selection mode of Vim is very practical to make multiple-line insertions or modifications :)

## Issue None of the Change, Find, Delete, or To commands seem to work with brackets or curly braces? ## Demo Here are just a couple of examples where everything...

gD should go to the defination of variable, but when using vintage, it just delete the text, i think vintage have not implemented gD operation in vim

### Problem: You record a macro `q` that copies some text and pastes it. You repeat said macro _n_ times with `n@q`. The macro is applied `n` times, but also...