28 lines
886 B
TeX
Executable File
28 lines
886 B
TeX
Executable File
\section{VI Editor}
|
|
\subsection{Konfiguration}
|
|
\begin{justify} % Blocksatz
|
|
Die Einstellungen f"ur den VI Editor k"onnen global in der Datei {\ttfamily /etc/vimrc}
|
|
oder f"ur jeden Benutzer in der Datei {\ttfamily ~/.vimrc} vorgenommen werden.\\[1ex]
|
|
|
|
\listBash
|
|
\begin{lstlisting}[captionpos=b, caption=Beispiel vimrc, label=lst:bash]
|
|
|
|
\end{lstlisting}
|
|
|
|
%-------------------------------------------------------------------------------
|
|
% Section: Starten
|
|
%-------------------------------------------------------------------------------
|
|
\subsection{Starten}
|
|
|
|
\begin{table}[ht]
|
|
\begin{tabular}{lp{12cm}} % l => Text left, c => center, r => right, p => zeilenumbruch
|
|
\rowcolor{hellgrau}\emph{\textbf{Kommando}} & \emph{\textbf{Beschreibung}}\\
|
|
\hline
|
|
\hline
|
|
vi -R<datei> & Die Datei wird schreibgesch"utzt ge"offnet\\
|
|
\end{tabular}
|
|
\caption{Starten vi}
|
|
\end{table}
|
|
|
|
\end{justify}
|