aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/README
diff options
context:
space:
mode:
authoronefang2021-07-30 08:04:42 +1000
committeronefang2021-07-30 08:04:42 +1000
commitc88f6d7e1bff017bfca23fc16d6877faf7481a62 (patch)
treec1829ca08253907012125b06a884b2099d02635c /src/README
parentWhitespace++ (diff)
downloadopensim-SC-c88f6d7e1bff017bfca23fc16d6877faf7481a62.zip
opensim-SC-c88f6d7e1bff017bfca23fc16d6877faf7481a62.tar.gz
opensim-SC-c88f6d7e1bff017bfca23fc16d6877faf7481a62.tar.bz2
opensim-SC-c88f6d7e1bff017bfca23fc16d6877faf7481a62.tar.xz
Some helpful tmux keystrokes documented.
Diffstat (limited to '')
-rw-r--r--src/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/README b/src/README
new file mode 100644
index 0000000..1ce53e5
--- /dev/null
+++ b/src/README
@@ -0,0 +1,13 @@
1Some useful tmux key commands.
2
3 Ctrc A digit Move to that numbered window.
4 Ctrl A arrow key Move to the pane in that direction.
5 Ctrl A n Move to the next window.
6 Ctrl A p Move to the previous window.
7 Ctrl A w Choose the current window interactively.
8 Ctrl A o Move to the next pane.
9 Ctrl A ; Move to the previously selected pane.
10 Ctrl A l Move to the previously selected window.
11 Ctrl A Ctrl o Rotate panes"forwards".
12 Ctrl A Alt o Rotate panes"backwards".
13 Ctrl A z Toggle zooming into the current pane.