summaryrefslogtreecommitdiff
path: root/User/Default (Linux).sublime-mousemap
blob: 813f061bd83b08ac9ab05a323c01b0efe3589575 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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" }
]