Add a few more tips

This commit is contained in:
Bozhidar Batsov 2013-07-23 16:51:02 +03:00
parent 1ad14ccf91
commit dd329a53f7

View file

@ -397,11 +397,24 @@ 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> to navigate a project's files with ido."
"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 <jj> quickly to jump to the beginning of a visible word."
"Press <jk> quickly to jump to a visible character."
"Press <jl> quickly to jump to a visible line."
"Press <C-c h> to navigate a project in Helm."
"Press <C-c g> to search in Google."
"Press <C-c r> to rename the current buffer and file it's visiting."
"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-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 new beneath the current one."
"Press <s-o> to open a line above the current one."
"Press <C-c C-z> in a Elisp buffer to launch an interactive Elisp shell."
"Explore the Prelude menu to find out about some of Prelude extensions to Emacs."
"Access the official Emacs manual by pressing <C-h r>."
"Visit WikEmacs at http://wikemacs.org to find out even more about Emacs."))