+35
Vintage mode requests
A few requests for Vintage mode:
- Don't know any way to escape from highlight mode, aside from clicking with the mouse. In vim ESC clears the highlight. Please add this.
- It would be great if command mode had a block cursor, rather than an underline
- Though not a standard vim feature, matchit.vim allows me to jump between open and close html tags with %. I don't know of any way to do this in Sublime Text (Vintage mode or otherwise).
Sublime Text 2 is fantastic so far, and keeps getting better. Thanks for all your hard work!
Customer support service by UserEcho
+1 to adding a block cursor!
Yes, ESC not cancelling the current selection is the main awkwardness I feel when editing. (I do run with vintage_ctrl_keys enabled.)
The second awkwardness is the lack of visual block mode -- Control-v in command mode allows column selecting any block of text. Many times a day still I am pasting the clipboard instead of switching to visual block mode. Adding Control-v for visual block in command mode would, I think, be an unsurprising behavior for vintage_ctrl_keys -- I'm accustomed to having to use Alt-E-P (Edit->Paste) to paste in command mode from using gvim; losing Control-v (to paste) is no hardship.
Sublime's multi-selection abilities don't seem a natural fit for vim's ESC-to-cancel-selection and visual-block behaviors, but don't let that put you off: I wouldn't at all mind being limited to single selection when using vintage keystrokes; that's all you get when using vim anyway.
Adding the Esc and visual block behaviors would make vintage mode feature complete enough for my everyday vim habits (which is an amazing accomplishment from my point of view). Vintage is already much better than WingIDE's (Python IDE) vi/vim keyboard personality -- it mostly just works the way I expect.