Facebook
From Lousy Bird, 3 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 96
  1. [
  2.   {
  3.     "key": "cmd+shift+v",
  4.     "command": "editor.action.clipboardPasteAction"
  5.   },
  6.   {
  7.     "key": "ctrl+d",
  8.     "command": "editor.action.deleteLines"
  9.   },
  10.   {
  11.     "key": "shift+alt+left",
  12.     "command": "cursorWordLeftSelect",
  13.     "when": "textInputFocus"
  14.   },
  15.   {
  16.     "key": "shift+alt+left",
  17.     "command": "-cursorWordLeftSelect",
  18.     "when": "textInputFocus"
  19.   },
  20.   {
  21.     "key": "shift+alt+right",
  22.     "command": "cursorWordRightSelect"
  23.   },
  24.   {
  25.     "key": "ctrl+cmd+left",
  26.     "command": "cursorWordAccessibilityLeft"
  27.   },
  28.   {
  29.     "key": "ctrl+cmd+right",
  30.     "command": "cursorWordAccessibilityRight"
  31.   },
  32.   {
  33.     "key": "alt+cmd+right",
  34.     "command": "workbench.action.showNextWindowTab"
  35.   },
  36.   {
  37.     "key": "alt+cmd+left",
  38.     "command": "workbench.action.showPreviousWindowTab"
  39.   },
  40.   {
  41.     "key": "alt+cmd+right",
  42.     "command": "workbench.action.nextEditor"
  43.   },
  44.   {
  45.     "key": "shift+cmd+]",
  46.     "command": "-workbench.action.nextEditor"
  47.   },
  48.   {
  49.     "key": "alt+cmd+left",
  50.     "command": "workbench.action.previousEditor"
  51.   },
  52.   {
  53.     "key": "shift+cmd+[",
  54.     "command": "-workbench.action.previousEditor"
  55.   },
  56.   {
  57.     "key": "cmd+[",
  58.     "command": "workbench.action.navigateBack"
  59.   },
  60.   {
  61.     "key": "ctrl+[Minus]",
  62.     "command": "-workbench.action.navigateBack"
  63.   },
  64.   {
  65.     "key": "cmd+]",
  66.     "command": "workbench.action.navigateForward"
  67.   },
  68.   {
  69.     "key": "ctrl+[IntlRo]",
  70.     "command": "-workbench.action.navigateForward"
  71.   },
  72.   {
  73.     "key": "shift+cmd+[",
  74.     "command": "cursorUndo",
  75.     "when": "textInputFocus"
  76.   },
  77.   {
  78.     "key": "cmd+u",
  79.     "command": "-cursorUndo",
  80.     "when": "textInputFocus"
  81.   },
  82.   {
  83.     "key": "shift+cmd+]",
  84.     "command": "cursorRedo"
  85.   },
  86.   {
  87.     "key": "alt+enter",
  88.     "command": "editor.action.quickFix",
  89.     "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
  90.   },
  91.   {
  92.     "key": "cmd+.",
  93.     "command": "-editor.action.quickFix",
  94.     "when": "editorHasCodeActionsProvider && editorTextFocus && !editorReadonly"
  95.   },
  96.   {
  97.     "key": "ctrl+alt+p",
  98.     "command": "eslint.executeAutofix"
  99.   },
  100.   {
  101.     "key": "ctrl+left",
  102.     "command": "cursorWordPartLeft",
  103.     "when": "textInputFocus"
  104.   },
  105.   {
  106.     "key": "ctrl+alt+left",
  107.     "command": "-cursorWordPartLeft",
  108.     "when": "textInputFocus"
  109.   },
  110.   {
  111.     "key": "ctrl+right",
  112.     "command": "cursorWordPartRight",
  113.     "when": "textInputFocus"
  114.   },
  115.   {
  116.     "key": "ctrl+alt+right",
  117.     "command": "-cursorWordPartRight",
  118.     "when": "textInputFocus"
  119.   },
  120.   {
  121.     "key": "ctrl+shift+left",
  122.     "command": "cursorWordPartLeftSelect",
  123.     "when": "textInputFocus"
  124.   },
  125.   {
  126.     "key": "ctrl+shift+alt+left",
  127.     "command": "-cursorWordPartLeftSelect",
  128.     "when": "textInputFocus"
  129.   },
  130.   {
  131.     "key": "ctrl+shift+right",
  132.     "command": "cursorWordPartRightSelect",
  133.     "when": "textInputFocus"
  134.   },
  135.   {
  136.     "key": "ctrl+shift+alt+right",
  137.     "command": "-cursorWordPartRightSelect",
  138.     "when": "textInputFocus"
  139.   },
  140.   {
  141.     "key": "alt+right",
  142.     "command": "cursorWordRight"
  143.   },
  144.   {
  145.     "key": "cmd+[",
  146.     "command": "-editor.action.outdentLines",
  147.     "when": "editorTextFocus && !editorReadonly"
  148.   },
  149.   {
  150.     "key": "cmd+]",
  151.     "command": "-editor.action.indentLines",
  152.     "when": "editorTextFocus && !editorReadonly"
  153.   },
  154.   {
  155.     "key": "alt+enter",
  156.     "command": "-notebook.cell.executeAndInsertBelow",
  157.     "when": "notebookCellListFocused"
  158.   },
  159.   {
  160.     "key": "alt+enter",
  161.     "command": "-debug.openBreakpointToSide",
  162.     "when": "breakpointsFocused"
  163.   },
  164.   {
  165.     "key": "alt+enter",
  166.     "command": "-editor.action.selectAllMatches",
  167.     "when": "editorFocus && findWidgetVisible"
  168.   }
  169. ]
  170.