lmariscal

User.sublime-keymap

Jan 25th, 2017
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. [
  2.   { "keys": ["f5"], "command": "build" },
  3.   { "keys": ["ctrl+q"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
  4.   { "keys": ["super+q"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
  5.   //{ "keys": ["ctrl+p"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
  6.   { "keys": ["ctrl+tab"], "command": "next_view" },
  7.   { "keys": ["ctrl+p"], "command": "auto_complete" },
  8.   { "keys": ["super+p"], "command": "auto_complete" },
  9.   { "keys": ["ctrl+n"], "command": "auto_complete" },
  10.   { "keys": ["super+n"], "command": "auto_complete" },
  11.   { "keys": ["ctrl+shift+tab"], "command": "prev_view" }
  12. ]
Advertisement
Add Comment
Please, Sign In to add comment