Skip to content

Commit

Permalink
Merge pull request #235 from toxinu/patch-1
Browse files Browse the repository at this point in the history
Add missing comma
  • Loading branch information
zyedidia authored Aug 30, 2016
2 parents 93361fe + db520fe commit 96209cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/help/keybindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 96209cb

Please sign in to comment.