[
  {
    "key": "ctrl+shift+k",
    "command": "workbench.action.terminal.kill"
  },
  {
    "key": "ctrl+shift+right",
    "command": "workbench.action.terminal.focusNext",
    "when": "terminalProcessSupported"
  },
  {
    "key": "ctrl+shift+left",
    "command": "workbench.action.terminal.focusPrevious",
    "when": "terminalProcessSupported"
  },
  {
    "key": "ctrl+shift+j",
    "command": "terminal.focus"
  },
  {
    "key": "alt+a",
    "command": "sortLines.sortLines",
    "when": "editorTextFocus"
  },
  {
    "key": "f9",
    "command": "-sortLines.sortLines",
    "when": "editorTextFocus"
  },
  {
    "key": "alt+d",
    "command": "editor.action.sortLinesDescending"
  },
]