Browse Source

Add a note about the Super key

custom
Bozhidar Batsov 8 years ago
parent
commit
959e96f872
  1. 4
      README.md

4
README.md

@ -403,7 +403,9 @@ Keybinding | Description
<kbd>C-c p p</kbd> | Display a list of known projects you can switch to. <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 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: If you ever forget any of Projectile's keybindings just do a:

Loading…
Cancel
Save