textmatevim icon indicating copy to clipboard operation
textmatevim copied to clipboard

The beauty of TextMate meets the power of Vim.

Results 11 textmatevim issues
Sort by recently updated
recently updated
newest added

the plugin is not compatible with the new version of Textmate

I just downloaded the latest release here to check it out--was very hopeful! I installed the plugin, started up textmate, and started typing as it should start out in insert...

The delete word and change word command behave strangely, both by themselves and with a multiplier (e.g. d2w) I'll use square brackets to show the cursor. In Vim, if I...

If I use d 2 d to delete 2 lines it doesn't work until I press d again (d2dd). If i do 2dd it works as well. But It's not...

VI (VIM) has "mark" the current position to a register (a..z) and a "move" to the current line or position in a register. To mark the current position: ``` m...

This is to match Vim's behavior, and because it's generally useful. O with a numeric modifier (e.g. adding 10 lines) probably shouldn't indent.

in progress

Vim's block navigation and selection commands (`i`nner and `o`uter `b`lock, `(`, `{`, etc.) are very powerful, especially as modifiers to editing operations. These might be possible to implement entirely as...

Vim's `f` & `t` commands are quite useful for fast navigation (and editing/deletion/correction, when combined with `d` or `c`). Emulating this functionality seems to require an additional low-level Objective-C method...

I've had TextMate VIM crash on me a few times. Here's the report: Date/Time: 2011-04-05 11:20:06 -0500 OS Version: 10.6.7 (Build 10J869) Architecture: x86_64 Report Version: 7 Command: TextMate Path:...