this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at bcdd9681ec798972dbbe8af6dbd839b7a2ba908c 43 lines 1.3 kB view raw
1[ 2 { 3 "bindings": { 4 "ctrl-[": ["workspace::SendKeystrokes", "escape"], 5 "cmd-ctrl-j": "workspace::ToggleZoom", 6 "cmd-9": "terminal_panel::ToggleFocus", 7 "cmd-ctrl-b": "workspace::ToggleRightDock", 8 "cmd-shift-o": "outline_panel::ToggleFocus", 9 "ctrl-k": ["workspace::ActivatePaneInDirection", "Up"], 10 "ctrl-j": ["workspace::ActivatePaneInDirection", "Down"], 11 "ctrl-h": ["workspace::ActivatePaneInDirection", "Left"], 12 "ctrl-l": ["workspace::ActivatePaneInDirection", "Right"], 13 "space C C": "workspace::CloseAllItemsAndPanes" 14 } 15 }, 16 { 17 "context": "Editor && (vim_mode == normal || vim_mode == visual)", 18 "bindings": { 19 "space g l": "editor::CopyPermalinkToLine", 20 "space g o": "editor::OpenPermalinkToLine", 21 "space w": "workspace::Save", 22 "g r": "editor::FindAllReferences", 23 "shift-e": "pane::RevealInProjectPanel", 24 "shift-h": "pane::ActivatePrevItem", 25 "shift-l": "pane::ActivateNextItem" 26 } 27 }, 28 { 29 "context": "Pane", 30 "bindings": { 31 "ctrl-shift-l": "pane::SplitRight", 32 "ctrl-shift-h": "pane::SplitLeft", 33 "ctrl-shift-j": "pane::SplitDown", 34 "ctrl-shift-k": "pane::SplitUp" 35 } 36 }, 37 { 38 "context": "ProjectPanel", 39 "bindings": { 40 "cmd-shift-c": "project_panel::CollapseAllEntries" 41 } 42 } 43]