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

fix stray ' in the readme

This commit is contained in:
Wez Furlong 2019-06-08 10:04:18 -07:00 committed by GitHub
parent c143a4105b
commit 25da2ebbbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: