We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a0406 commit 709c8b2Copy full SHA for 709c8b2
README.md
@@ -20,12 +20,12 @@ DashDoc no longer comes with a default hotkey.
20
To set up the hotkey for dash open the Preferences > Key Bindings from the menu
21
and add a new entry that looks like this:
22
23
- { "keys": ["YOUR HOTKEY"], "command": "dash_doc"}
+ [{ "keys": ["YOUR HOTKEY"], "command": "dash_doc"}]
24
25
for the default mode
26
27
- { "keys": ["YOUR HOTKEY"], "command": "dash_doc",
28
- "args": { "flip_syntax_sensitive": true } }
+ [{ "keys": ["YOUR HOTKEY"], "command": "dash_doc",
+ "args": { "flip_syntax_sensitive": true } }]
29
30
for the flipped case sensitive mode.
31
0 commit comments