diff options
| author | gcv <gepardcv@gmail.com> | 2022-03-01 08:17:00 -0800 |
|---|---|---|
| committer | gcv <gepardcv@gmail.com> | 2022-03-01 08:17:00 -0800 |
| commit | 4ef2613ab46f8be4022211e557bb70f5d78752b2 (patch) | |
| tree | 6597d38bb414d37df68359f4632d35e05f3af887 | |
| parent | 7297dabf6de83642e8242052fe95c79d4233eac7 (diff) | |
Clarify the distinction between persp-mode-map and perspective-map.
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -168,7 +168,8 @@ Commands are all prefixed by `C-x x` by default. To change the prefix key, customize `persp-mode-prefix-key`. Additionally, creating a key binding for `persp-mode-map` will also activate the prefix. -Here are the main commands defined in `persp-mode-map`: +The actual command keys (the ones pressed after the prefix) are defined in +`perspective-map`. Here are the main commands defined in `perspective-map`: - `s` — `persp-switch`: Query a perspective to switch to, or create - `` ` `` — `persp-switch-by-number`: Switch to perspective by number, or switch |
