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:
parent
dd5465752e
commit
9590d491d8
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
to get a feel for everything you can do with Projectile.
|
||||||
|
|
||||||
Prelude adds an extra keymap prefix `s-p` (`s` stands for
|
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
|
`Super` is mapped to the `Windows` key and on macOS keyboards `Super` is mapped
|
||||||
to the `Command` key.
|
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:
|
||||||
|
|
||||||
<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
|
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.
|
for `which-key` to kick in and show you the available keybindings.
|
||||||
|
|
Loading…
Reference in a new issue