Skip to content

Commit d6ef445

Browse files
committed
Bring the refcard up to date
cider-macroexpand-all moved to C-c M-m a, and the card now also lists inline macrostep, source-based find-references, the who-calls / who-implements queries and cider-ns-reload.
1 parent f8c1880 commit d6ef445

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

refcard/cider-refcard.pdf

10 Bytes
Binary file not shown.

refcard/cider-refcard.tex

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,14 @@ \subsection{Navigation}
8686
\item[C-c M-.] cider-find-resource
8787
\item[C-c C-? r] \ns{cider-xref-fn}-refs
8888
\item[C-c C-? d] \ns -deps
89+
\item[C-c C-? s] \ns -refs-in-source
90+
\item[C-c C-w c] cider-who-calls
91+
\item[C-c C-w i] cider-who-implements
8992
\item[C-c M-s] cider-selector
9093
\end{keylist}
9194

9295
\subsection{Evaluation}
93-
\begin{keylist}[labelwidth=\widthof{\keyify{C-c C-M-l}}]
96+
\begin{keylist}[labelwidth=\widthof{\keyify{C-c M-m a}}]
9497
\item[C-x C-e] \ns{cider-eval-last-sexp}
9598
\item[C-c M-e] \ns -to-repl
9699
\item[C-M-x] cider-eval-defun-at-point
@@ -100,8 +103,9 @@ \subsection{Evaluation}
100103
\item[C-c M-;] cider-eval-defun-to-comment
101104
\item[C-c M-:] cider-read-and-eval
102105
\item[C-c M-i] cider-inspect
103-
\item[C-c RET] \ns{cider-macroexpand}-1
104-
\item[C-c M-m] \ns -all
106+
\item[C-c C-m] \ns{cider-macroexpand}-1
107+
\item[C-c M-m a] \ns -all
108+
\item[C-c M-m e] cider-macrostep-expand
105109
\end{keylist}
106110

107111
\columnbreak
@@ -118,6 +122,7 @@ \section{Namespace}
118122
\item[C-c M-n n] cider-repl-set-ns
119123
\item[C-c M-n e] cider-eval-ns-form
120124
\item[C-c M-n r] cider-ns-refresh
125+
\item[C-c M-n l] cider-ns-reload
121126
\item[C-c M-n b] cider-browse-ns
122127
\end{keylist}
123128

0 commit comments

Comments
 (0)