Closed magarrent closed 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.
{ "keys": ["ctrl+h"], "command": "dash_doc"},
With keys or with the menu doesn't work