skwp / vim-ruby-conque

Vim plugin to display ruby, rake, and rspec output colorized in ConqueTerm. Note: repeated runs of conqueterm may cause it to eat your shell ttys. I am no longer maintaining this.
61 stars 17 forks source link

Added RelatedSpecTabOpen #23

Closed bspaulding closed 1 year ago

bspaulding commented 11 years ago

RelatedSpecTabOpen opens the related spec in a new tab. Shortcut is t<C-s>

bspaulding commented 11 years ago

I think maybe it makes sense to pick a single default shortcut and mapping, and allow the user to remap to the function they want?

bspaulding commented 11 years ago

What do you think about changing the shortcut to 't'? or 't'?

skwp commented 11 years ago

t<C-s> sounds good. i wouldn't put anything after ctrl-s cuz it would make the original ctrl-s slow as it would wait for further characters.