Add Prelude tip on keyboard shortcut to join lines

This commit is contained in:
Swaroop C H 2015-03-08 23:51:27 -07:00
parent 2a084bf670
commit cdc4314081

View file

@ -392,6 +392,7 @@ Doesn't mess with special buffers."
"Press <C-c C-z> in a Elisp buffer to launch an interactive Elisp shell." "Press <C-c C-z> in a Elisp buffer to launch an interactive Elisp shell."
"Press <C-Backspace> to kill a line backwards." "Press <C-Backspace> to kill a line backwards."
"Press <C-S-Backspace> or <s-k> to kill the whole line." "Press <C-S-Backspace> or <s-k> to kill the whole line."
"Press <s-j> or <C-^> to join lines."
"Press <f11> to toggle fullscreen mode." "Press <f11> to toggle fullscreen mode."
"Press <f12> to toggle the menu bar." "Press <f12> to toggle the menu bar."
"Explore the Tools->Prelude menu to find out about some of Prelude extensions to Emacs." "Explore the Tools->Prelude menu to find out about some of Prelude extensions to Emacs."