Add M-O and s-o as key bindings for prelude-smart-open-line-above.
This commit is contained in:
parent
7b41783393
commit
59505dda2a
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ Keybinding | Description
|
||||||
<kbd>C-c G</kbd> | Search in GitHub for the thing under point (or an interactive query).
|
<kbd>C-c G</kbd> | Search in GitHub for the thing under point (or an interactive query).
|
||||||
<kbd>C-c y</kbd> | Search in YouTube for the thing under point (or an interactive query).
|
<kbd>C-c y</kbd> | Search in YouTube for the thing under point (or an interactive query).
|
||||||
<kbd>C-S-RET</kbd> or <kbd>M-o</kbd> | Insert an empty line above the current line and indent it properly
|
<kbd>C-S-RET</kbd> or <kbd>M-o</kbd> | Insert an empty line above the current line and indent it properly
|
||||||
<kbd>S-RET</kbd> or <kbd>Super-O</kbd> | Insert an empty line and indent it properly (as in most IDEs).
|
<kbd>S-RET</kbd> or <kbd>M-O</kbd> or <kbd>Super-o</kbd> | Insert an empty line and indent it properly (as in most IDEs).
|
||||||
<kbd>C-S-up</kbd> or <kbd>M-S-up</kbd> | Move the current line or region up.
|
<kbd>C-S-up</kbd> or <kbd>M-S-up</kbd> | Move the current line or region up.
|
||||||
<kbd>C-S-down</kbd> or <kbd>M-S-down</kbd>| Move the current line or region down.
|
<kbd>C-S-down</kbd> or <kbd>M-S-down</kbd>| Move the current line or region down.
|
||||||
<kbd>C-c n</kbd> | Fix indentation in buffer and strip whitespace.
|
<kbd>C-c n</kbd> | Fix indentation in buffer and strip whitespace.
|
||||||
|
|
Loading…
Reference in a new issue