Skip to content

Instantly share code, notes, and snippets.

@pradigunara
pradigunara / keybindings.json
Last active June 4, 2025 06:38 — forked from brotherkaif/settings.json
LazyVim keymappings for VSCode
[
{
"key": "ctrl+\\ shift+l",
"command": "workbench.action.nextEditor",
"when": "terminalFocus"
},
{
"key": "ctrl+\\ shift+h",
"command": "workbench.action.previousEditor",
"when": "terminalFocus"