| 12345678910111213141516171819202122232425 |
- [
- { "keys": ["ctrl+tab"], "command": "next_view" },
- { "keys": ["ctrl+shift+tab"], "command": "prev_view" },
- { "keys": ["super+v"], "command": "paste_and_indent" },
- { "keys": ["super+shift+v"], "command": "paste" },
- { "keys": ["super+option+down"], "command": "git_gutter_next_change" },
- { "keys": ["super+option+up"], "command": "git_gutter_prev_change" },
- { "keys": ["enter"], "command": "commit_completion", "context":
- [
- { "key": "auto_complete_visible" }
- ]
- },
- { "keys": ["super+k", "super+shift+z"], "command": "zoom_pane", "args": {"fraction": 0.9} },
- { "keys": ["super+k", "super+z"], "command": "toggle_zoom_pane", "args": {"fraction": 0.8} },
- { "keys": ["super+b"], "command": "toggle_side_bar" },
- {
- "keys": ["ctrl+shift+s"], "command": "toggle_color_scheme",
- "args": {
- "light_color_scheme": "Packages/ayu/ayu-light.tmTheme",
- "dark_color_scheme": "Packages/ayu/ayu-dark.tmTheme",
- "light_theme": "ayu-light.sublime-theme",
- "dark_theme": "ayu-dark.sublime-theme"
- }
- }
- ]
|