1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-26 23:58:28 +03:00

docs: add documentation for new default key bindings

This commit is contained in:
Peter Nguyen 2022-10-23 21:30:49 +02:00 committed by Wez Furlong
parent 9fa44574a8
commit 81d6c88af0

View File

@ -64,8 +64,10 @@ reassignable.
| Move to bottom of viewport | `L` |
| Move up one screen | `PageUp` |
| | `CTRL-b` |
| Move up half a screen | `CTRL-u` |
| Move down one screen | `PageDown` |
| | `CTRL-f` |
| Move down half a screen | `CTRL-d` |
| Move to other end of the selection| `o` |
| Move to other end of the selection horizontally| `O` (useful in Rectangular mode) |