Add default bindings for PreviousTab and NextTab

This commit is contained in:
Zachary Yedidia
2016-06-08 18:48:59 -04:00
parent a79e964cb6
commit 2c73e1c043
3 changed files with 11 additions and 7 deletions

View File

@@ -64,6 +64,8 @@ you can rebind them to your liking.
"CtrlV": "Paste",
"CtrlA": "SelectAll",
"CtrlT": "AddTab"
"CtrlRightSq": "PreviousTab",
"CtrlBackslash": "NextTab",
"Home": "Start",
"End": "End",
"PageUp": "CursorPageUp",