Add new command prelude-top-join-line

Saner version of the built-in `join-line`, that joins lines from the top
to the bottom.
This commit is contained in:
Bozhidar Batsov 2013-05-30 16:50:55 +03:00
parent d01818207c
commit 4d15923e2c
3 changed files with 7 additions and 2 deletions

View file

@ -197,7 +197,7 @@ Keybinding | Description
<kbd>C-+</kbd> | Increase font size(`text-scale-increase`).
<kbd>C--</kbd> | Decrease font size(`text-scale-decrease`).
<kbd>C-x O</kbd> | Go back to previous window (the inverse of `other-window` (`C-x o`)).
<kbd>C-x ^</kbd> | Join two lines into one(`join-line`).
<kbd>M-^</kbd> | Join two lines into one(`prelude-top-join-line`).
<kbd>C-x p</kbd> | Start `proced` (manage processes from Emacs; works only in Linux).
<kbd>C-x m</kbd> | Start `eshell`.
<kbd>C-x M-m</kbd> | Start your default shell.