Vintage
Vintage copied to clipboard
Vintage mode adds a vi style command mode to Sublime Text 2
Vim keeps track of files and locations within files that the user has visited, and allows the user to jump back and forward between these locations. Vintage should have this...
Greetings!! When search using '*', '#' or '/', the searched pattern isn't highlighted like a regular search using sublime, in fact i can't tell the whats the searched pattern is....
When pressing CMD T and the quick open window opens, it would be really cool if I can select a file by also using the J and K keys. Maybe...
When the file tree has focus, you should allow the H J K L keys for basic movements in the directory structures. You can already navigate using the arrow keys,...
I found that repeat digits work with delete, but not with insertion. E.g. orginal text: 123 123 command 2dw will delete those two words but 2i123 will only produce 123...
Starting with the file (no newline at EOF): ``` abc def ``` Pressing `yy` on the first line then pressing `p` on the last line should result in this file...
http://www.sublimetext.com/forum/viewtopic.php?f=3&t=6608 Vintage Mode: ci[char] freeze by marksteve on Tue Apr 03, 2012 3:36 pm Doing ci[char] with no [char] match will cause Sublime Text to freeze and crash.
Hi, loving the new update. But would like to see the `gv` functionality, which selects the previously selected selection. Also the `'.` functionality which brings you to the last edited...
in vim, among the ways to navigate to a specific line, the one I'm used to the most is by typing `:` in command mode. Actually until 5min ago, that...
In Vintage mode, if I use the arrow keys, or h/j/k/l I can navigate through the document. However if I stay pressed on the arrow keys, it "scrolls", meaning that...