ameyp / CscopeSublime

A Cscope plugin for Sublime Text 2 and 3
89 stars 37 forks source link

Navigating to Result with Enter Key Doesn't Work in VI Command Mode ST2 #38

Open jasonatran opened 10 years ago

jasonatran commented 10 years ago

When in VI command mode, pressing enter on a result line doesn't navigate to the location of the result. It's not a big issue to go into insert mode, but it took me awhile to figure this out. Maybe this can be explicitly stated somewhere?

vanrijn commented 8 years ago

Hmmmm. I wonder why this doesn't work. I'd rather fix this than add documentation saying that it doesn't work. Maybe because when you're in command mode, ST doesn't actually send the enter key to the view but filters it?