Merge branch 'master' of github.com:bbatsov/prelude
This commit is contained in:
commit
5b4b911b02
3 changed files with 58 additions and 11 deletions
core
|
@ -379,10 +379,10 @@ 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 g> or <s-g> to run grep on a project."
|
||||
"Press <C-c p s> or <s-p> to switch between projects."
|
||||
"Press <C-=> or <s-x> to expand the selected region."
|
||||
"Press <C-c p f> to navigate a project's files with ido."
|
||||
"Press <C-c p s g> to run grep on a project."
|
||||
"Press <C-c p p> to switch between projects."
|
||||
"Press <C-=> to expand the selected region."
|
||||
"Press <C-c g> to search in Google."
|
||||
"Press <C-c G> to search in GitHub."
|
||||
"Press <C-c y> to search in YouTube."
|
||||
|
@ -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…
Add table
Add a link
Reference in a new issue