How to make Visual Studio Code move my cursor one line down, after commenting current line with ctrl + / shortcut? I tried (in user settings):
"vim.normalModeKeyBindings": [
{
"before": ["<C+/>"],
"after": ["<C+/>", "j"]
}
]
but it doesn't work.
Using Linux Manjaro + vscode 1.27.2
The solution for current vscode (1.48.0):
geddski.macrossettings.json:keybindings.json:How to quickly open these files:
keybindings.jsonpress Ctrl+Shift+p and writePreferences: Open Keyboard Shortcuts (JSON)settings.jsonpress above shortcut and writePreferences: Open Settings (JSON)Physical location of files:
Linux:
~/.config/Code/User/keybindings.json~/.config/Code/User/settings.jsonWindows:
%UserProfile%\AppData\Roaming\Code\User\keybindings.json%UserProfile%\AppData\Roaming\Code\User\settings.jsonMacOS:
~/Library/Application\ Support/Code/User/keybindings.json~/Library/Application\ Support/Code/User/settings.json