about summary refs log tree commit diff
path: root/Default (OSX).sublime-keymap
blob: fc789ca63c509a13767338cee9a498af9e1f95d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
  { "keys": ["super+\\"], "command": "toggle_side_bar" },
  { "keys": ["ctrl+tab"], "command": "next_view" },
  { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
  {
    "keys": ["super+enter"],
    "command": "run_macro_file",
    "args": {
      "file": "res://Packages/Default/Add Line Before.sublime-macro"
    }
  },
  {
    "keys": ["j", "j"],
    "command": "_enter_normal_mode",
    "args": { "mode": "mode_insert" },
    "context": [{"key": "vi_insert_mode_aware"}]
  },
  {
    "keys": ["super+o"],
    "command": "show_panel",
    "args": { "panel": "console", "toggle": true } 
  },
  {
    "keys": ["super+shift+o"],
    "command": "reveal_in_side_bar"
  }
]