Compare commits

1 Commits
1.0 ... master

Author SHA1 Message Date
eneller
185e84ad4f add horizontal split in panes 2023-10-02 10:20:54 +02:00

View File

@@ -10,7 +10,7 @@
\usepackage{multicol} \usepackage{multicol}
% TODO show the mod key in a diferent way, maybe shortend as "mod" or darker like the example % TODO show the mod key in a diferent way, maybe shortend as "mod"
\newcommand{\mod}{\ctrl + B} \newcommand{\mod}{\ctrl + B}
\newcommand{\tkeys}[1]{\keys{\ctrl + B + #1}} \newcommand{\tkeys}[1]{\keys{\ctrl + B + #1}}
@@ -47,10 +47,10 @@ tmux kill-session -t sessionname
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 \\
\tkeys{''} horizontal split \\
% this was shortened % this was shortened
% TODO fix this odd looking combination of arrows % TODO fix this odd looking combination of arrows
\tkeys{\arrowkeyup, \arrowkeydown, \arrowkeyleft ,\arrowkeyright} move to pane (up,down,left,right) \\ \tkeys{\arrowkeyup, \arrowkeydown, \arrowkeyleft ,\arrowkeyright} move to pane (up,down,left,right) \\
\tkeys{O} go to next pane \\ % that is an O, the letter, not a number \tkeys{O} go to next pane \\ % that is an O, the letter, not a number
\tkeys{;} go to last active pane \\ \tkeys{;} go to last active pane \\
\tkeys{\}} move pane right \\ \tkeys{\}} move pane right \\