Give shortcuts more message feedback, add duplicate line option (fixes #124)

This commit is contained in:
Camille Scholtz
2016-05-20 00:04:53 +02:00
parent 77d8a2217f
commit 81e1a6e157
2 changed files with 30 additions and 9 deletions

View File

@@ -41,9 +41,8 @@ These are the default keybindings, along with their actions.
* Ctrl-c: Copy
* Ctrl-x: Cut
* Ctrl-k: Cut line
* Ctrl-d: Duplicate line
* Ctrl-v: Paste
* Ctrl-u: Half page up
* Ctrl-d: Half page down
* PageUp: Page up
* PageDown: Page down
* Home: Go to beginning of line
@@ -108,6 +107,7 @@ Here are the defaults:
"CtrlC": "Copy",
"CtrlX": "Cut",
"CtrlK": "CutLine",
"CtrlD": "DuplicateLine"
"CtrlV": "Paste",
"CtrlA": "SelectAll",
"Home": "Start",