diff options
-rw-r--r-- | src/README | 13 |
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 @@ | |||
1 | Some 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. | ||