diff options
author | Camil Staps | 2017-11-27 21:24:50 +0100 |
---|---|---|
committer | Camil Staps | 2017-11-27 21:24:50 +0100 |
commit | 509bba24b8a4cdbfb53d23a9e08d99694fc823e0 (patch) | |
tree | bdb5da161d7b220137d0b0b6f96dfb39305183d4 | |
parent | I did not write all of vim-clean (diff) |
Add editor integration slide
-rw-r--r-- | cloogle.tex | 18 | ||||
-rw-r--r-- | statusline.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..643074a --- /dev/null +++ b/statusline.png |