Adds CopyLine action, the new default action for CtrlC if cursor has no selection

This commit is contained in:
Jeff Warner
2020-04-29 21:06:54 -07:00
parent f52fbfa1f0
commit 5d3e4fc3d9
5 changed files with 25 additions and 3 deletions

View File

@@ -190,6 +190,7 @@ FindPrevious
Undo
Redo
Copy
CopyLine
Cut
CutLine
DuplicateLine
@@ -455,7 +456,7 @@ conventions for text editing defaults.
"CtrlP": "FindPrevious",
"CtrlZ": "Undo",
"CtrlY": "Redo",
"CtrlC": "Copy",
"CtrlC": "CopyLine|Copy",
"CtrlX": "Cut",
"CtrlK": "CutLine",
"CtrlD": "DuplicateLine",