aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2017-11-27 21:24:50 +0100
committerCamil Staps2017-11-27 21:24:50 +0100
commit509bba24b8a4cdbfb53d23a9e08d99694fc823e0 (patch)
treebdb5da161d7b220137d0b0b6f96dfb39305183d4
parentI did not write all of vim-clean (diff)
Add editor integration slide
-rw-r--r--cloogle.tex18
-rw-r--r--statusline.pngbin0 -> 6083 bytes
2 files changed, 18 insertions, 0 deletions
diff --git a/cloogle.tex b/cloogle.tex
index 09ded12..f33c2a0 100644
--- a/cloogle.tex
+++ b/cloogle.tex
@@ -25,6 +25,8 @@
\usepackage{minted}
\setminted{fontsize=\small}
+\usepackage{menukeys}
+
% https://tex.stackexchange.com/a/23522/23992
\def\imagetop#1{\vtop{\null\hbox{#1}}}
@@ -218,6 +220,22 @@
\end{tikzpicture}
\end{frame}
+\begin{frame}{Editor integration (vim-clean)}
+ \begin{itemize}[<+->]
+ \item Search command: \texttt{:Cloogle take}
+ \item Search for word under cursor ({\small\keys{\textbackslash+c}})
+ \item Tagfiles
+ \item Jumping to definition/implementation ({\small\keys{\textbackslash+d+t}})
+ \item Automatic imports ({\small\keys{\textbackslash+a+i}})
+ \item Status line:
+
+ \medskip
+ \begin{center}
+ \includegraphics[width=.5\textwidth]{statusline}
+ \end{center}
+ \end{itemize}
+\end{frame}
+
\section*{The end}
\subsection*{Discussion}
diff --git a/statusline.png b/statusline.png
new file mode 100644
index 0000000..643074a
--- /dev/null
+++ b/statusline.png
Binary files differ