summaryrefslogtreecommitdiff
path: root/User/Default (Linux).sublime-keymap
diff options
context:
space:
mode:
Diffstat (limited to 'User/Default (Linux).sublime-keymap')
-rw-r--r--User/Default (Linux).sublime-keymap80
1 files changed, 80 insertions, 0 deletions
diff --git a/User/Default (Linux).sublime-keymap b/User/Default (Linux).sublime-keymap
new file mode 100644
index 0000000..32d4193
--- /dev/null
+++ b/User/Default (Linux).sublime-keymap
@@ -0,0 +1,80 @@
+[
+ { "keys": ["ctrl+i"], "command": "show_overlay", "args": {"overlay": "goto", "text": ":"} },
+ { "keys": ["ctrl+^"], "command": "show_panel", "args": {"panel": "console", "toggle": true} },
+ { "keys": ["f12"], "command": "toggle_record_macro" },
+ { "keys": ["shift+f12"], "command": "run_macro" },
+ { "keys": ["ctrl+space"], "command": "auto_complete" },
+ { "keys": ["ctrl+space"], "command": "replace_completion_with_auto_complete", "context":
+ [
+ { "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
+ { "key": "auto_complete_visible", "operator": "equal", "operand": false },
+ { "key": "setting.tab_completion", "operator": "equal", "operand": true }
+ ]
+ },
+ { "keys": ["f2"], "command": "side_bar_rename" },
+ { "keys": ["f10"], "command": "filter_through_command" },
+ { "keys": ["ctrl+k", "ctrl+c"], "command": "show_at_center" },
+ { "keys": ["ctrl+u"], "command": "soft_undo" },
+ { "keys": ["ctrl+shift+u"], "command": "soft_redo" },
+ { "keys": ["ctrl+q"], "command": "unbound" },
+ { "keys": ["ctrl+shift+q", "ctrl+shift+q"], "command": "exit" },
+ { "keys": ["ctrl+shift+e"], "command": "xdebug_evaluate" },
+ { "keys": ["ctrl+f2"], "command": "sublime_bookmark", "args": {"type": "toggle_line"}},
+ { "keys": ["shift+f2"], "command": "sublime_bookmark", "args": {"type": "goto_next"}},
+ { "keys": ["ctrl+shift+f2"], "command": "show_overlay", "args": {"overlay": "command_palette", "text": "SublimeBookmarks: "}},
+ { "keys": ["ctrl+shift+ß"], "command": "goto_python_definition"},
+ { "keys": ["ctrl+shift+g"], "command": "goto_definition" },
+ { "keys": ["ctrl+shift+b"], "command": "jump_back" },
+ { "keys": ["ctrl+ü"], "command": "goto_symbol_in_project" },
+ { "keys": ["ctrl+shift+7"], "command": "toggle_comment", "args": { "block": false } },
+ { "keys": ["alt+d"], "command": "go_to_file" },
+ { "keys": ["ctrl+,", "ctrl+,"], "command": "mark_and_move_do_it_all" },
+ { "keys": ["ctrl+,", ","], "command": "mark_and_move_do_it_all" },
+ { "keys": ["ctrl+,", "s"], "command": "mark_and_move_save" },
+ { "keys": ["ctrl+,", "tab"], "command": "mark_and_move_next" },
+ { "keys": ["ctrl+,", "shift+tab"], "command": "mark_and_move_prev" },
+ { "keys": ["ctrl+,", "r"], "command": "mark_and_move_recall" },
+ { "keys": ["ctrl+,", "c"], "command": "mark_and_move_clear" },
+ { "keys": ["ctrl+shift+m"], "command": "expand_selection", "args": {"to": "brackets"} },
+ { "keys": ["ctrl+m"], "command": "move_to", "args": {"to": "brackets"} },
+ { "keys": ["shift+insert"], "command": "paste", "args": {"clipboard": "selection"} },
+ { "keys": ["shift+delete"], "command": "right_delete" },
+ { "keys": ["ctrl+k", "tab"], "command": "reindent" },
+ { "keys": ["ctrl+up"], "command": "select_lines", "args": {"forward": false} },
+ { "keys": ["ctrl+down"], "command": "select_lines", "args": {"forward": true} },
+ { "keys": ["alt+f"], "command": "show_panel", "args": {"panel": "incremental_find", "reverse": false} },
+ { "keys": ["alt+shift+f"], "command": "show_panel", "args": {"panel": "incremental_find", "reverse": true} },
+ { "keys": ["ctrl+shift+n"], "command": "expand_region" },
+ {
+ "keys": ["ctrl+k", "ctrl+shift+n"],
+ "command": "expand_region",
+ "args": {"undo": true},
+ "context": [{ "key": "expand_region_soft_undo" }]
+ },
+ { "keys": ["ctrl+k", "ctrl+f"], "command": "flip_selections"},
+ { "keys": ["ctrl+k", "ctrl+s"], "command": "rexx_string_lookup"},
+ { "keys": ["ctrl+k", "{"], "command": "indent_and_braces", "args": { "opening_brace": "{", "closing_brace": "}" } },
+ { "keys": ["ctrl+k", "["], "command": "indent_and_braces", "args": { "opening_brace": "[", "closing_brace": "]" } },
+ { "keys": ["ctrl+k", "("], "command": "indent_and_braces", "args": { "opening_brace": "(", "closing_brace": ")" } },
+ { "keys": ["ctrl+k", "end"], "command": "move_to", "args": {"to": "hardeol", "extend": false}},
+ { "keys": ["ctrl+k", "home"], "command": "move_to", "args": {"to": "hardbol", "extend": false}},
+ { "keys": ["ctrl+k", "enter"], "command": "run_macro_file", "args": {"file": "Packages/User/newblock-eol.sublime-macro"}},
+ { "keys": ["ctrl+k", "ctrl+enter"], "command": "run_macro_file", "args": {"file": "Packages/User/newblock-nextline.sublime-macro"}},
+ { "keys": ["ctrl+k", "enter"], "command": "run_macro_file", "args": {"file": "Packages/User/newblock-lua.sublime-macro"}, "context":
+ [
+ {"key": "selector", "operator": "equal", "operand": "source.lua"}
+ ]
+ },
+ { "keys": ["ctrl+k", "enter"], "command": "run_macro_file", "args": {"file": "Packages/User/newblock-lua.sublime-macro"}, "context":
+ [
+ {"key": "selector", "operator": "equal", "operand": "source.luae"}
+ ]
+ },
+ { "keys": ["alt+up"], "command": "jump_prev_indent" },
+ { "keys": ["alt+shift+up"], "command": "jump_prev_indent", "args": { "extend_selection": true} },
+ { "keys": ["alt+down"], "command": "jump_next_indent" },
+ { "keys": ["alt+shift+down"], "command": "jump_next_indent", "args": { "extend_selection": true} },
+ { "keys": ["alt+left"], "command": "jump_prev_indent", "args": {"indent_offset": -1} },
+ { "keys": ["alt+right"], "command": "jump_next_indent", "args": {"indent_offset": -1} },
+ { "keys": ["ctrl+shift+,"], "command": "run_macro_file", "args": {"file": "Packages/User/semicolon-eol.sublime-macro"}},
+]