mirror of
https://github.com/wez/wezterm.git
synced 2024-11-26 08:25:50 +03:00
fix stray '
in the readme
This commit is contained in:
parent
c143a4105b
commit
25da2ebbbf
@ -153,8 +153,8 @@ The default key bindings are:
|
||||
| `SUPER` | `7` | `ActivateTab(6)` |
|
||||
| `SUPER` | `8` | `ActivateTab(7)` |
|
||||
| `SUPER` | `9` | `ActivateTab(8)` |
|
||||
| `SUPER\|SHIFT` | `[`' | `ActivateTabRelative(-1)` |
|
||||
| `SUPER\|SHIFT` | `]`' | `ActivateTabRelative(1)` |
|
||||
| `SUPER\|SHIFT` | `[` | `ActivateTabRelative(-1)` |
|
||||
| `SUPER\|SHIFT` | `]` | `ActivateTabRelative(1)` |
|
||||
|
||||
These can be overridden using the `keys` section in your `~/.wezterm.toml` config file.
|
||||
For example, you can disable a default assignment like this:
|
||||
|
Loading…
Reference in New Issue
Block a user