diff --git a/src/keybindingstext.json b/src/keybindingstext.json index e03216cee..58b418418 100644 --- a/src/keybindingstext.json +++ b/src/keybindingstext.json @@ -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" } } \ No newline at end of file