add forward/back keyboard shortcuts for vscode
This commit is contained in:
@@ -85,6 +85,17 @@ Add to settings.json so the host shell is spawned
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Add these keyboard shortcuts to allow forward and back with alt:
|
||||||
|
|
||||||
|
```json
|
||||||
|
[
|
||||||
|
...
|
||||||
|
{ "key": "alt+left", "command": "workbench.action.navigateBack" },
|
||||||
|
{ "key": "alt+right", "command": "workbench.action.navigateForward" },
|
||||||
|
...
|
||||||
|
]
|
||||||
|
```
|
||||||
|
|
||||||
### Bitwarden
|
### Bitwarden
|
||||||
|
|
||||||
Password manager.
|
Password manager.
|
||||||
|
|||||||
Reference in New Issue
Block a user