cosmetic changes

This commit is contained in:
eneller
2023-09-29 12:11:55 +02:00
parent 4d39219076
commit eb7d76ba43

View File

@@ -24,15 +24,15 @@
\begin{multicols}{2} \begin{multicols}{2}
\begin{minipage}{\columnwidth} \begin{minipage}{\columnwidth}
\section{sessions} \section*{sessions}
\subsection*{new sessions} \subsection*{new sessions}
tmux tmux,
tmux new tmux new,
tmux new-session tmux new-session,
tmux new -s sessionname tmux new -s sessionname
\subsection*{attach sessions} \subsection*{attach sessions}
tmux a tmux a ,
tmux attach tmux attach,
tmux a -t sessionname tmux a -t sessionname
\subsection*{remove sessions} \subsection*{remove sessions}
tmux kill-session -t sessionname tmux kill-session -t sessionname
@@ -43,7 +43,7 @@ tmux kill-session -t sessionname
\tkeys{)} previous \\ \tkeys{)} previous \\
\end{minipage} \end{minipage}
\begin{minipage}{\columnwidth} \begin{minipage}{\columnwidth}
\section{panes} \section*{panes}
are the sections that make up a window are the sections that make up a window
\subsection*{key bindings} \subsection*{key bindings}
\tkeys{\%} vertical split \\ \tkeys{\%} vertical split \\
@@ -64,7 +64,7 @@ are the sections that make up a window
\begin{multicols}{2} \begin{multicols}{2}
\begin{minipage}{\columnwidth} \begin{minipage}{\columnwidth}
\section{windows} \section*{windows}
are like tabs and occupy the space of a session screen are like tabs and occupy the space of a session screen
\subsection*{key bindings} \subsection*{key bindings}
\tkeys{C} create window \\ \tkeys{C} create window \\
@@ -79,7 +79,7 @@ are like tabs and occupy the space of a session screen
\tkeys{\&} kill window \tkeys{\&} kill window
\end{minipage} \end{minipage}
\begin{minipage}{\columnwidth} \begin{minipage}{\columnwidth}
\section{copy mode} \section*{copy mode}
\subsection*{key bindings} \subsection*{key bindings}
\tkeys{[} enter copy mode \\ \tkeys{[} enter copy mode \\
\tkeys{]} paste from buffer \tkeys{]} paste from buffer