1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-26 08:25:50 +03:00

docs: fix ctrl-shift-p entry in default-keys

closes: #3650
This commit is contained in:
Wez Furlong 2023-05-01 08:37:56 -07:00
parent 989bd6ce77
commit ff3229510f
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387

View File

@ -70,7 +70,7 @@ in a form that you can copy and paste into your own configuration.
| `SUPER` | `k` | `ClearScrollback="ScrollbackOnly"` |
| `CTRL+SHIFT` | `K` | `ClearScrollback="ScrollbackOnly"` |
| `CTRL+SHIFT` | `L` | `ShowDebugOverlay` {{since('20210814-124438-54e29167', inline=True)}}|
| `CTRL+SHIFT` | `P` | `PaneSelect` {{since('20220903-194523-3bb1ed61', inline=True)}}|
| `CTRL+SHIFT` | `P` | `ActivateCommandPalette` {{since('20230320-124340-559cb7b0', inline=True)}}|
| `CTRL+SHIFT` | `U` | `CharSelect` {{since('20220903-194523-3bb1ed61', inline=True)}}|
| `SUPER` | `f` | `Search={CaseSensitiveString=""}` |
| `CTRL+SHIFT` | `F` | `Search={CaseSensitiveString=""}` |