Skip to content

How To: Show inline docs for an element

Zaiste! edited this page Jan 16, 2014 · 1 revision

Right click an element and choose Show docs.

Alternatively, you can map it to a key. Adjust Settings: User keymap by mapping :editor.doc.toggle to a desired key combination e.g. <C-i>.

{:+ {:app { ... }
     :editor {"alt-w" [:editor.watch.watch-selection]
              "alt-shift-w" [:editor.watch.unwatch]
              "ctrl-i" [:editor.doc.toggle]}}}

Move the cursor over the word you would like the inline docs for and press <C-i>.