Last active
January 16, 2022 05:43
-
-
Save atinux/bd45311e54e39b6a82dcf53b0e1af6ca to your computer and use it in GitHub Desktop.
Revisions
-
atinux revised this gist
Nov 26, 2020 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,18 +1,18 @@ [ { "key": "ctrl+shift+n", "command": "workbench.action.terminal.new" }, { "key": "ctrl+shift+right", "command": "workbench.action.terminal.focusNext" }, { "key": "ctrl+shift+left", "command": "workbench.action.terminal.focusPrevious" }, { "key": "ctrl+shift+backspace", "command": "workbench.action.terminal.kill" } ] -
atinux revised this gist
Nov 26, 2020 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,4 @@ [ { "key": "ctrl+alt+n", "command": "workbench.action.terminal.new" -
atinux created this gist
Nov 26, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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" } ]