Visual Studio Code vim mode settings JSON:



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

Comments

Popular posts from this blog

QTreeView and QTableView dynamic changes

C++ strings and string_view