summaryrefslogtreecommitdiff
path: root/User/Default (Linux).sublime-mousemap
diff options
context:
space:
mode:
Diffstat (limited to 'User/Default (Linux).sublime-mousemap')
-rw-r--r--User/Default (Linux).sublime-mousemap20
1 files changed, 20 insertions, 0 deletions
diff --git a/User/Default (Linux).sublime-mousemap b/User/Default (Linux).sublime-mousemap
new file mode 100644
index 0000000..813f061
--- /dev/null
+++ b/User/Default (Linux).sublime-mousemap
@@ -0,0 +1,20 @@
+[
+ { "button": "button8", "command": "jump_back" },
+ {
+ "button": "button9",
+ "count": 1,
+ "press_command": "drag_select",
+ "command": "goto_definition"
+ },
+ {
+ "button": "button9",
+ "count": 1,
+ "modifiers": ["ctrl"],
+ "press_command": "drag_select",
+ "command": "goto_python_definition"
+ },
+
+ // History
+ { "button": "scroll_right", "modifiers": ["ctrl"], "command": "undo" },
+ { "button": "scroll_left", "modifiers": ["ctrl"], "command": "redo" }
+]