Add a note about the Super key
This commit is contained in:
parent
083c8a66a5
commit
959e96f872
1 changed files with 3 additions and 1 deletions
|
@ -403,7 +403,9 @@ Keybinding | Description
|
|||
<kbd>C-c p p</kbd> | Display a list of known projects you can switch to.
|
||||
|
||||
Prelude adds an extra keymap prefix `S-p` (`S` stands for
|
||||
`Super`), so you can use `S-p` instead of `C-c p`.
|
||||
`Super`), so you can use `S-p` instead of `C-c p`. By default on Windows keyboard
|
||||
`Super` is mapped to the `Windows` key and on macOS keyboards `Super` is mapped
|
||||
to the `Command` key.
|
||||
|
||||
If you ever forget any of Projectile's keybindings just do a:
|
||||
|
||||
|
|
Loading…
Reference in a new issue