Remove two keybinding tips concerning Super
- <s-f> was removed in commitd49a8e9a16
. - <s-m> was removed in commit0e1632868e
.
This commit is contained in:
parent
6ab7ed461c
commit
7bcfcf6b21
1 changed files with 2 additions and 2 deletions
|
@ -379,7 +379,7 @@ Doesn't mess with special buffers."
|
|||
|
||||
(defvar prelude-tips
|
||||
'("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 s> or <s-p> to switch between projects."
|
||||
"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 t> to open a terminal in Emacs."
|
||||
"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 s> to swap two windows."
|
||||
"Press <S-RET> or <M-o> to open a line beneath the current one."
|
||||
|
|
Loading…
Reference in a new issue