From e180d64f39b5c16a5046f0af139f05bf7ed2c767 Mon Sep 17 00:00:00 2001 From: Iain Beeston Date: Wed, 8 Aug 2018 12:35:33 +0100 Subject: [PATCH] Revert "Update readme to use the new projectile binding (#1183)" This reverts commit 9590d491d894ad35aa9a112703fdbe46cc241435. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ed46e9..b47d724 100644 --- a/README.md +++ b/README.md @@ -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 C-p`. By default on Windows keyboard +`Super`) in addition to the standard one `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: -C-c C-p C-h or s-p C-h +C-c p C-h or s-p C-h Alternatively you can just press s-p and wait for a moment for `which-key` to kick in and show you the available keybindings.