mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(keybindings): fix linting warnings
This commit is contained in:
@@ -230,15 +230,15 @@
|
||||
},
|
||||
{ // Navigate right.
|
||||
"key": "alt+l",
|
||||
"command": "workbench.action.navigateRight",
|
||||
"command": "workbench.action.navigateRight"
|
||||
},
|
||||
{ // Navigate left.
|
||||
"key": "alt+j",
|
||||
"command": "workbench.action.navigateLeft",
|
||||
"command": "workbench.action.navigateLeft"
|
||||
},
|
||||
{ // Navigate down.
|
||||
"key": "alt+k",
|
||||
"command": "workbench.action.navigateDown",
|
||||
"command": "workbench.action.navigateDown"
|
||||
},
|
||||
{ // Navigate up back to editor from terminal.
|
||||
"key": "alt+i",
|
||||
|
||||
Reference in New Issue
Block a user