summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/Appendices.tex
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-05 13:51:51 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-07-05 13:51:51 +0000
commitc280c55f36c3f89de3617b3460ac6baa9446268b (patch)
treecaba1c7d8a5695094f068331a7a7b2f856e34ef5 /doc/UsersGuide/Appendices.tex
parentc7c49079ae383501fadaa178237e33bf0f1a190f (diff)
Put some info about tags with vi in.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@667 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/Appendices.tex')
-rw-r--r--doc/UsersGuide/Appendices.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 8de69c5c..8e5da778 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -287,6 +287,28 @@ The Key strokes to use when you want to browse in read-only mode are:
\section{TAGS with vi}
\label{sec:tawivi}
+
+\begin{enumerate}
+
+\item \textbf{vi -t tag}
+Start vi and position the cursor at the file and line where "tag" is defined.
+
+\item \textbf{Control-]}
+Find the tag under the cursor.
+
+\item \textbf{:ta tag}
+Find a tag.
+
+\item \textbf{:tnext}
+Find the next matching tag.
+
+\item \textbf{Control-T}
+Return to previous location before jump to tag (not widely implemented).
+
+\end{enumerate}
+
+
+
\chapter{Thorn-Flesh Interface}
\label{sec:thflin}