Skip to content

Instantly share code, notes, and snippets.

@atinux
Last active January 16, 2022 05:43
Show Gist options
  • Select an option

  • Save atinux/bd45311e54e39b6a82dcf53b0e1af6ca to your computer and use it in GitHub Desktop.

Select an option

Save atinux/bd45311e54e39b6a82dcf53b0e1af6ca to your computer and use it in GitHub Desktop.

Revisions

  1. atinux revised this gist Nov 26, 2020. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions keybindings.json
    Original file line number Diff line number Diff line change
    @@ -1,18 +1,18 @@
    [
    {
    "key": "ctrl+alt+n",
    "key": "ctrl+shift+n",
    "command": "workbench.action.terminal.new"
    },
    {
    "key": "ctrl+alt+right",
    "key": "ctrl+shift+right",
    "command": "workbench.action.terminal.focusNext"
    },
    {
    "key": "ctrl+alt+left",
    "key": "ctrl+shift+left",
    "command": "workbench.action.terminal.focusPrevious"
    },
    {
    "key": "ctrl+alt+backspace",
    "key": "ctrl+shift+backspace",
    "command": "workbench.action.terminal.kill"
    }
    }
    ]
  2. atinux revised this gist Nov 26, 2020. 1 changed file with 0 additions and 3 deletions.
    3 changes: 0 additions & 3 deletions keybindings.json
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,4 @@
    [
    // Open this file: CMD + Shift + P -> Open Keyboard Shortcuts (JSON)
    // [...] other VS code shortcuts
    // My terminal shortcuts:
    {
    "key": "ctrl+alt+n",
    "command": "workbench.action.terminal.new"
  3. atinux created this gist Nov 26, 2020.
    21 changes: 21 additions & 0 deletions keybindings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,21 @@
    [
    // Open this file: CMD + Shift + P -> Open Keyboard Shortcuts (JSON)
    // [...] other VS code shortcuts
    // My terminal shortcuts:
    {
    "key": "ctrl+alt+n",
    "command": "workbench.action.terminal.new"
    },
    {
    "key": "ctrl+alt+right",
    "command": "workbench.action.terminal.focusNext"
    },
    {
    "key": "ctrl+alt+left",
    "command": "workbench.action.terminal.focusPrevious"
    },
    {
    "key": "ctrl+alt+backspace",
    "command": "workbench.action.terminal.kill"
    }
    ]