summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2020-12-18 11:13:59 +0100
committerGitHub <noreply@github.com>2020-12-18 11:13:59 +0100
commit51607c655c8207bc670d9cea4ab1de9ee4dbac8b (patch)
tree5d73f7fd6d5ac5baed9925e562b89c18a2089fab /README.md
parentd47904ea5bf3c7d5043c73d953c6ac2545ccdbd9 (diff)
docs(readme): update usage hotkeys
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4088bfbbf..15ec1d4b5 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ The keys and behavior will update when the project matures a bit, but for now:
In command mode:
* n - split focused pane vertically
* b - split focused pane horizontally
- * m - split largest terminal on screen (vertically or horizontally)
+ * z - split largest terminal on screen (vertically or horizontally)
* j - resize focused pane down
* k - resize focused pane up
* h - resize focused pane left
@@ -53,6 +53,9 @@ In command mode:
* p - move focus to next pane
* PgUp - scroll up in focused pane
* PgDown - scroll down in focused pane
+ * 1 - new tab
+ * 2 - switch to next tab
+ * 3 - switch to previous tab
* x - close focused pane
* q - quit Mosaic