From c4159663846c910462586482f7f78a1401b5ef99 Mon Sep 17 00:00:00 2001 From: Emanuel Rodriguez Date: Fri, 14 Apr 2023 01:36:24 +0000 Subject: [PATCH] Update 'sublime text ' --- sublime-text-.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/sublime-text-.md b/sublime-text-.md index 939bcbe..834fd81 100644 --- a/sublime-text-.md +++ b/sublime-text-.md @@ -52,6 +52,33 @@ Current settings are: } +``` + +# Keybindings + +```json +[ + {"keys": ["ctrl+up"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false}}, + {"keys": ["ctrl+down"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true}}, + {"keys": ["shift+ctrl+up"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": false, "extend": true}}, + {"keys": ["shift+ctrl+down"], "command": "move", "args": {"by": "stops", "empty_line": true, "forward": true, "extend": true}}, + {"keys": ["alt+up"], "command": "swap_line_up" }, + {"keys": ["alt+down"], "command": "swap_line_down" }, + {"keys": ["alt+`"], "command": "toggle_terminus_panel"}, + { "keys": ["alt+]"], "command": "goto_definition" }, + { "keys": ["alt+left"], "command": "jump_back" }, + { "keys": ["alt+right"], "command": "jump_forward" }, + { "keys": ["alt+o"], "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"]} }, + { "keys": ["alt+shift+o"], "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"], "side_by_side": true} }, + { "keys": ["ctrl+,"], "command": "focus_neighboring_group", "args": {"forward": false} }, + { "keys": ["ctrl+."], "command": "focus_neighboring_group" }, + { "keys": ["ctrl+shift+,"], "command": "move_to_neighboring_group", "args": {"forward": false} }, + { "keys": ["ctrl+shift+."], "command": "move_to_neighboring_group" }, + { "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace"} +] + + + ``` # Color Scheme and Theme