|
@@ -46,6 +46,15 @@
|
|
|
\keys{e} & Move to the end of the word \\
|
|
|
\end{tabular}
|
|
|
|
|
|
+\section{Cut and paste}
|
|
|
+\begin{enumerate}
|
|
|
+ \item Position the cursor where you want to begin cutting
|
|
|
+ \item Press \keys{v} (or \keys{V} if you want to cut whole lines)
|
|
|
+ \item Move the cursor to the end of what you want to cut
|
|
|
+ \item Press \keys{d}
|
|
|
+ \item Move to where you would like to paste
|
|
|
+ \item Press \keys{p} to paste after the cursor, or \keys{P} to paste before
|
|
|
+\end{enumerate}
|
|
|
|
|
|
\end{multicols}
|
|
|
\end{document}
|