add forward/back keyboard shortcuts for vscode

This commit is contained in:
2024-11-29 01:37:51 -05:00
parent 6a2ee7a8dc
commit 68ea2e81fb

View File

@@ -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
Password manager.