farcaller / DashDoc

Dash integration for Sublime Text
Apache License 2.0
1.33k stars 78 forks source link

Not working on Mac 10.14.5 ST3 #64

Closed magarrent closed 4 years ago

magarrent commented 5 years ago

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

With keys or with the menu doesn't work

moali87 commented 4 years ago

@mgarcia96 Although your config is correct per readme, I found the following works

[{ "keys": ["super+h"], "command": "dash_doc", "args": {"flip_syntax_sensitive": false}}]

Basically the bindings have to enclosed in an array as well.