tpope / vim-cucumber

Vim Cucumber runtime files

Home Page:http://www.vim.org/scripts/script.php?script_id=2973

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<C-]> clashing with jump to tag from tags

mhussain opened this issue · comments

I have the ctags plugin installed as well and when I press CTRL-] or any combination of the presses that should open up the step definitions, I end up on the method definition of things like "Given" etc.

I tried remapping <C-]> to in ftplugin/cucumber.vim but to no avail ?

Any ideas ? :(

I started phasing out the tag maps in favor of define (]d et al) maps a while back for this very reason, and I think enough time has passed to axe them entirely.