Add prelude-duplicate-and-comment-current-line-or-region (fixes #348)

This commit is contained in:
Bozhidar Batsov 2013-07-13 14:15:16 +03:00
parent d47293858c
commit 88248111d1
3 changed files with 26 additions and 0 deletions

View file

@ -227,6 +227,7 @@ Keybinding | Description
<kbd>C-c e</kbd> | Eval a bit of Emacs Lisp code and replace it with its result.
<kbd>C-c s</kbd> | Swap two active windows.
<kbd>C-c d</kbd> | Duplicate the current line (or region).
<kbd>C-c M-d</kbd> | Duplicate and comment the current line (or region).
<kbd>C-c r</kbd> | Rename the currently visited file and buffer.
<kbd>C-c t</kbd> | Open a terminal emulator (`ansi-term`).
<kbd>C-c k</kbd> | Kill all open buffers except the one you're currently in.