Skip to content

Commit

Permalink
Specify some human readable labels for the "move tab" commands
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Jun 6, 2017
1 parent 8404105 commit 692eb7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/keybindingstext.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@
"goUp": "Move up",
"closePane": "Close pane",
"horizontalSplit": "Horizontal split",
"verticalSplit": "Vertical split"
"verticalSplit": "Vertical split",
"moveTabUp": "Move tab up",
"moveTabDown": "Move tab down",
"moveTabLeft": "Move tab left",
"moveTabRight": "Move tab right"
}
}

0 comments on commit 692eb7f

Please sign in to comment.