Add prelude-smart-open-line-above defun to prelude-core.el
Opens a line above the current line and indents it. The counterpart to prelude-smart-open-line (bound to S-ret) The new defun is bound to C-S-ret and is documented in the README.
This commit is contained in:
parent
ef2abd3b87
commit
773578d255
3 changed files with 11 additions and 0 deletions
|
@ -209,6 +209,7 @@ Keybinding | Description
|
|||
-------------------|------------------------------------------------------------
|
||||
<kbd>C-c o</kbd> | Open the currently visited file with an external program.
|
||||
<kbd>C-c g</kbd> | Search in Google for the thing under point (or an interactive query).
|
||||
<kbd>C-S-RET</kbd> | Insert an empty line above the current line and indent it properly
|
||||
<kbd>S-RET</kbd> | Insert an empty line and indent it properly (as in most IDEs).
|
||||
<kbd>C-S-up</kbd> | Move the current line up.
|
||||
<kbd>C-S-down</kbd> | Move the current line down.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue