Skip to content

Commit

Permalink
Add bindings to go to terminal vim style
Browse files Browse the repository at this point in the history
  • Loading branch information
roo1989 committed Sep 14, 2021
1 parent 1d965f1 commit acf4c7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions keymappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@
{
"key": "cmd+n",
"command": "extension.advancedNewFile"
},
{
"key": "ctrl+j",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+k",
"command": "workbench.action.focusActiveEditorGroup",
"when": "terminalFocus"
}
]

0 comments on commit acf4c7f

Please sign in to comment.