1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00
Files
til/clojure/quick-clojure-docs.md
2015-04-07 08:40:18 -05:00

10 lines
461 B
Markdown

# Quick Clojure Docs
Assuming you already have the
[`fireplace.vim`](https://github.com/tpope/vim-fireplace) plugin installed
and a repl running, you can quickly pull up the docs for any clojure
function. Navigate the cursor over the keyword in question and hit `K` in
normal mode. This will instruct `fireplace.vim` to use the `doc` function on
the symbol for that keyword. The docs associated with that keyword will be
displayed at the bottom of the window.