Sublime Text 3 - Keys & Bindings

[ { "keys": ["§"], "command": "insert", "args": {"characters": "\\"} }, { "keys": ["±"], "command": "insert", "args": {"characters": "|"} }, { "keys": ["shift+tab"], "command": "run_macro_file", "args": {"file": "res://Packages/User/php-tag.sublime-macro"}}, { "keys": ["ctrl+tab"], "command": "run_macro_file", "args": {"file": "res://Packages/User/comment-title.sublime-macro"}}, { "keys": ["super+m"], "command": "move_to", "args": {"to": "brackets"} }, { "keys": ["super+d"], "command": "duplicate_line" }, { "keys": ["super+0"], "command": "toggle_full_screen"}, { "keys": ["super+9"], "command": "toggle_side_bar"}, { "keys": ["super+left"], "command": "prev_view"}, { "keys": ["super+right"], "command": "next_view"}, { "keys": ["super+r"], "command": "show_panel", "args": {"panel": "replace"}}, { "keys": ["super+shift+right"], "command": "indent" }, { "keys": ["super+shift+left"], "command": "unindent" }, { "keys": ["super+up"], "command": "scroll_lines", "args": {"amount": 10 } }, { "keys": ["super+down"], "command": "scroll_lines", "args": {"amount": -10 } }, { "keys": ["super+shift+up"], "command": "swap_line_up" }, { "keys": ["super+shift+down"], "command": "swap_line_down" }, { "keys": ["super+alt+enter"], "command": "replace_all", "args": {"close_panel": true}, "context": [{"key": "panel", "operand": "replace"}, {"key": "panel_has_focus"}] }, ]

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.