We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d577b6a commit efe684fCopy full SHA for efe684f
README.md
@@ -13,6 +13,22 @@ You can look up the word under the cursor or selected text in Dash using `ctrl+h
13
1. Install the [Sublime Package Control][6] package.
14
2. Use Package Control to install this package (DashDoc)
15
16
+### Hotkey configuration
17
+
18
+DashDoc no longer comes with a default hotkey.
19
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"}
24
25
+for the default mode
26
27
+ { "keys": ["YOUR HOTKEY"], "command": "dash_doc",
28
+ "args": { "flip_syntax_sensitive": true } }
29
30
+for the flipped case sensitive mode.
31
32
### Dependencies
33
34
[xdg-utils][9] on Linux.
0 commit comments