Make tabs respond to mouse events

This commit is contained in:
Zachary Yedidia
2016-06-08 17:47:48 -04:00
parent 059a5c3b89
commit a79e964cb6
4 changed files with 71 additions and 8 deletions

View File

@@ -63,6 +63,7 @@ you can rebind them to your liking.
"CtrlD": "DuplicateLine",
"CtrlV": "Paste",
"CtrlA": "SelectAll",
"CtrlT": "AddTab"
"Home": "Start",
"End": "End",
"PageUp": "CursorPageUp",