Posted on May 13, 2015
[ { "keys": ["super+shift+alt+w"], "command": "toggle_setting", "args": {"setting": "word_wrap"} }, { "keys": ["shift+alt+f"], "command": "go_to_function" }, { "keys": ["ctrl+super+shift+up"], "command": "swap_line_up" }, { "keys": ["ctrl+super+shift+down"], "command": "swap_line_down" }, { "keys": ["super+k", "super+s"], "command": "swap_case" }, { "keys": ["super+k", "super+c"], "command": "title_case" }, { "keys": ["super+ctrl+a"], "command": "alignment" }, { "keys": ["super+ctrl+shift+a"], "command": "align_tab", "args" : {"live_preview" : true} }, { "keys": ["super+b"], "command": "next_bookmark" }, { "keys": ["shift+alt+b"], "command": "prev_bookmark" }, { "keys": ["super+shift+b"], "command": "toggle_bookmark" }, { "keys": ["super+shift+option+a"], "command": "expand_selection", "args": {"to": "tag"} }, { "keys": ["alt+b"], "command": "select_all_bookmarks" }, { "keys": ["super+."], "command": "goto_definition" }, { "keys": ["super+alt+d"], "command": "goto_definition" }, { "keys": ["ctrl+shift+d"], "command": "file_diff_menu" }, { "keys": ["ctrl+shift+e"], "command": "file_diff_menu", "args": {"cmd": ["opendiff", "$file1", "$file2"] } }, { "keys": ["ctrl+super+alt+t"], "command": "open_termx_terminal" }, { "keys": ["alt+m"], "command": "markdown_preview", "args": {"target": "browser", "parser":"github"} }, { "keys": ["command+alt+j"], "command": "show_panel", "args": {"panel": "console", "toggle": true} } ]
Recent Comments