From c88f6d7e1bff017bfca23fc16d6877faf7481a62 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 30 Jul 2021 08:04:42 +1000 Subject: Some helpful tmux keystrokes documented. --- src/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/README diff --git a/src/README b/src/README new file mode 100644 index 0000000..1ce53e5 --- /dev/null +++ b/src/README @@ -0,0 +1,13 @@ +Some useful tmux key commands. + + Ctrc A digit Move to that numbered window. + Ctrl A arrow key Move to the pane in that direction. + Ctrl A n Move to the next window. + Ctrl A p Move to the previous window. + Ctrl A w Choose the current window interactively. + Ctrl A o Move to the next pane. + Ctrl A ; Move to the previously selected pane. + Ctrl A l Move to the previously selected window. + Ctrl A Ctrl o Rotate panes"forwards". + Ctrl A Alt o Rotate panes"backwards". + Ctrl A z Toggle zooming into the current pane. -- cgit v1.1