Update readme to use the new projectile binding (#1183)

In b90b950eead64b171d528098d186c19804739aa0 the default keybinding for projectile mode was changed from `C-c p` to `C-c C-p`. This updates the prelude readme to reflect that.
This commit is contained in:
Iain Beeston 2018-07-26 15:10:28 +01:00 committed by Bozhidar Batsov
parent dd5465752e
commit 9590d491d8

View file

@ -381,13 +381,13 @@ It provides an easy way to navigate and switch projects. Take a look at its exte
to get a feel for everything you can do with Projectile.
Prelude adds an extra keymap prefix `s-p` (`s` stands for
`Super`) in addition to the standard one `C-c p`. By default on Windows keyboard
`Super`) in addition to the standard one `C-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:
<kbd>C-c p C-h</kbd> or <kbd>s-p C-h</kbd>
<kbd>C-c C-p C-h</kbd> or <kbd>s-p C-h</kbd>
Alternatively you can just press <kbd>s-p</kbd> and wait for a moment
for `which-key` to kick in and show you the available keybindings.