docs(readme): update usage hotkeys

This commit is contained in:
Aram Drevekenin 2020-12-18 11:13:59 +01:00 committed by GitHub
parent d47904ea5b
commit 51607c655c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ The keys and behavior will update when the project matures a bit, but for now:
In command mode: In command mode:
* n - split focused pane vertically * n - split focused pane vertically
* b - split focused pane horizontally * 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 * j - resize focused pane down
* k - resize focused pane up * k - resize focused pane up
* h - resize focused pane left * h - resize focused pane left
@ -53,6 +53,9 @@ In command mode:
* p - move focus to next pane * p - move focus to next pane
* PgUp - scroll up in focused pane * PgUp - scroll up in focused pane
* PgDown - scroll down 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 * x - close focused pane
* q - quit Mosaic * q - quit Mosaic