“Setup Neovim Vscode JJ Hotkey” Code-Antworten

Setup Neovim Vscode JJ Hotkey

Put into your vscode keybindings.json

{
    "command": "vscode-neovim.compositeEscape1",
    "key": "j",
    "when": "neovim.mode == insert && editorTextFocus",
    "args": "j"
}
Adventurous Antelope

Setup Neovim Vscode JJ Hotkey

{
    "command": "vscode-neovim.compositeEscape1",
    "key": "j",
    "when": "neovim.mode == insert && editorTextFocus",
    "args": "j"
}
Adventurous Antelope

Ähnliche Antworten wie “Setup Neovim Vscode JJ Hotkey”

Fragen ähnlich wie “Setup Neovim Vscode JJ Hotkey”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen