toggle-fileFeaturesAllows you to bind a hotkey that will toggle a file into view. Triggering the action will open the file in a split view. If it's already open and is visible in any of the split views it will be focused there. If it is currently focused editor it will close it. Extension Settingsaction accepts a define custom keybind:
How I use it with neovim vscode extensionSo far I could not figure out how to configure hotkeys in vscode so that they work in all cases but the insert mode so I configure them in two places like that: in keybindings for vscode
and in my lua config I have the following
|