mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
Add missing comma
This commit is contained in:
parent
93361fe72d
commit
db520fe9e7
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ you can rebind them to your liking.
|
|||
"CtrlD": "DuplicateLine",
|
||||
"CtrlV": "Paste",
|
||||
"CtrlA": "SelectAll",
|
||||
"CtrlT": "AddTab"
|
||||
"CtrlT": "AddTab",
|
||||
"CtrlRightSq": "PreviousTab",
|
||||
"CtrlBackslash": "NextTab",
|
||||
"Home": "Start",
|
||||
|
|
|
|||
Loading…
Reference in a new issue