farcaller / DashDoc

Dash integration for Sublime Text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with latest sublime Version 3, Build 3143

Jayiitb opened this issue · comments

Missing Default key bindings.

So actually the fix found for that is to add this line in your own key binding (Preferences -> key bindings)

{ "keys": ["ctrl+h"], "command": "dash_doc"}

It's intentional and was mentioned in the 2.0 upgrade notes, see #29 for context.

I've updated the readme to reflect this.

@farcaller @triat - Thanks for the help.
I was missing this piece henceforth using Atom. Now I can use sublime peacefully.

Cheers! 👍