Add Prelude tip on keyboard shortcut to join lines
This commit is contained in:
parent
2a084bf670
commit
cdc4314081
1 changed files with 1 additions and 0 deletions
|
@ -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."
|
||||||
|
|
Loading…
Reference in a new issue