Merge pull request #235 from toxinu/patch-1

Add missing comma
This commit is contained in:
Zachary Yedidia
2016-08-30 11:58:02 -04:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ you can rebind them to your liking.
"CtrlD": "DuplicateLine", "CtrlD": "DuplicateLine",
"CtrlV": "Paste", "CtrlV": "Paste",
"CtrlA": "SelectAll", "CtrlA": "SelectAll",
"CtrlT": "AddTab" "CtrlT": "AddTab",
"CtrlRightSq": "PreviousTab", "CtrlRightSq": "PreviousTab",
"CtrlBackslash": "NextTab", "CtrlBackslash": "NextTab",
"Home": "Start", "Home": "Start",