Remove two keybinding tips concerning Super

- <s-f> was removed in commit d49a8e9a16.
- <s-m> was removed in commit 0e1632868e.
This commit is contained in:
Tobias Adam 2014-08-14 14:19:48 +02:00
parent 6ab7ed461c
commit 7bcfcf6b21

View file

@ -379,7 +379,7 @@ Doesn't mess with special buffers."
(defvar prelude-tips (defvar prelude-tips
'("Press <C-c o> to open a file with external program." '("Press <C-c o> to open a file with external program."
"Press <C-c p f> or <s-f> to navigate a project's files with ido." "Press <C-c p f> to navigate a project's files with ido."
"Press <C-c p g> to run grep on a project." "Press <C-c p g> to run grep on a project."
"Press <C-c p s> or <s-p> to switch between projects." "Press <C-c p s> or <s-p> to switch between projects."
"Press <C-=> to expand the selected region." "Press <C-=> to expand the selected region."
@ -390,7 +390,7 @@ Doesn't mess with special buffers."
"Press <C-c r> to rename the current buffer and the file it's visiting if any." "Press <C-c r> to rename the current buffer and the file it's visiting if any."
"Press <C-c t> to open a terminal in Emacs." "Press <C-c t> to open a terminal in Emacs."
"Press <C-c k> to kill all the buffers, but the active one." "Press <C-c k> to kill all the buffers, but the active one."
"Press <C-x g> or <s-m> to run magit-status." "Press <C-x g> to run magit-status."
"Press <C-c D> to delete the current file and buffer." "Press <C-c D> to delete the current file and buffer."
"Press <C-c s> to swap two windows." "Press <C-c s> to swap two windows."
"Press <S-RET> or <M-o> to open a line beneath the current one." "Press <S-RET> or <M-o> to open a line beneath the current one."