Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Visual Studio Code vim bindings quickstart Notes

{
    "editor.fontSize": 16,
    "vim.insertModeKeyBindings": [
     {
         "before": ["j", "k"],
         "after": ["<esc>"]
     },
    ],
    "vim.useSystemClipboard": true,
    "vim.useCtrlKeys": false,

    
}