mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-30 21:00:26 +00:00
Forgot a comma there
This commit is contained in:
parent
81e1a6e157
commit
2d99d0d57a
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ Here are the defaults:
|
|||
"CtrlC": "Copy",
|
||||
"CtrlX": "Cut",
|
||||
"CtrlK": "CutLine",
|
||||
"CtrlD": "DuplicateLine"
|
||||
"CtrlD": "DuplicateLine",
|
||||
"CtrlV": "Paste",
|
||||
"CtrlA": "SelectAll",
|
||||
"Home": "Start",
|
||||
|
|
|
|||
Loading…
Reference in a new issue