jrobinsonc
1/13/2017 - 7:42 PM

Default.sublime-keymap

Default.sublime-keymap

[
    { "keys": ["super+shift+\\"], "command": "reveal_in_side_bar"},
    { "keys": ["super+."], "command": "toggle_bookmark" },
    { "keys": ["super+shift+."], "command": "next_bookmark" },
    { "keys": ["super+v"], "command": "paste_and_indent" },
    { "keys": ["super+shift+v"], "command": "paste" },

    // Package: Terminal
    { "keys": ["super+shift+ctrl+t"], "command": "open_terminal" },
]