-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcider.txt
59 lines (43 loc) · 2.3 KB
/
cider.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
*cider.txt* IDE-like functionality for Clojure
Author: Juho Teperi <https://github.com/Deraen>
License: MIT
*cider*
This plugins requires <https://github.com/tpope/vim-fireplace> and
<https://github.com/clojure-emacs/cider-nrepl>.
FEATURES *cider-features*
Code formatting |cider-cf|
DOCUMENTATION *cider-documentation*
*cider-no-maps*
g:cider_no_maps Set this option to true to disable built-in maps.
*refactor-nrepl-options*
g:refactor_nrepl_options
Use this option to set settings for refactor-nrepl.
Check https://github.com/clojure-emacs/refactor-nrepl#configure
for documentation.
*cider-=f*
=f{motion} Format the code indicated by {motion}.
Use <Plug>CiderFormat to map this yourself.
Visual mode mapping is not by default enabled but you
can do that yourself:
>
autocmd FileType clojure xmap f <Plug>CiderFormat
<
Just remeber to use mapping which doesn't conflict
with e.g. change command.
*cider-=ff*
=ff Format the innertmost form at the cursor.
Like |fireplace-c!|
Use <Plug>CiderFormatCount to map this yourself.
*cider-=F*
=F Format the current file.
Use gg=fG to map this yourself (notice to use your own
|cider-=f| mapping.)
*cider-cdd*
cdd Undefine a variable or unalias namespace a alias
defined by a symbol under the cursor.
*cider-F4*
F4 Clean the namespace form of current file.
ABOUT *cider-about*
Grab the latest version or report a bug on GitHub:
http://github.com/Deraen/vim-cider
vim:tw=78:et:ft=help:norl: