1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

docs: keys.md: SHIFT modifier missing for TogglePaneZoomState

This commit is contained in:
Muhammed Zakir 2022-04-02 22:02:17 +05:30 committed by Wez Furlong
parent 52edc8bb11
commit 021ebbede1

View File

@ -176,7 +176,7 @@ The default key bindings are:
| `CTRL+SHIFT` | `RightArrow` | `ActivatePaneDirection="Right"` | | `CTRL+SHIFT` | `RightArrow` | `ActivatePaneDirection="Right"` |
| `CTRL+SHIFT` | `UpArrow` | `ActivatePaneDirection="Up"` | | `CTRL+SHIFT` | `UpArrow` | `ActivatePaneDirection="Up"` |
| `CTRL+SHIFT` | `DownArrow` | `ActivatePaneDirection="Down"` | | `CTRL+SHIFT` | `DownArrow` | `ActivatePaneDirection="Down"` |
| `CTRL` | `Z` | `TogglePaneZoomState` | | `CTRL+SHIFT` | `Z` | `TogglePaneZoomState` |
If you don't want the default assignments to be registered, you can If you don't want the default assignments to be registered, you can
disable all of them with this configuration; if you chose to do this, disable all of them with this configuration; if you chose to do this,