{ "cmake.showOptionsMovedNotification": false, "cmake.pinnedCommands": [ "workbench.action.tasks.configureTaskRunner", "workbench.action.tasks.runTask" ], "editor.lineNumbers": "relative", "vim.leader": "", "vim.useSystemClipboard": true, "vim.useCtrlKeys": true, "vim.normalModeKeyBindings": [ { "before": [ "", "g", "c" ], "commands": ["workbench.action.showCommands"], }, { "before": [ "", "c", "f" ], "commands": ["editor.action.formatDocument"] }, { "before": [ "", "j", ], "commands": ["workbench.action.togglePanel"] }, { "before": [ "g", "d" ], "commands": ["editor.action.revealDefinition"] } ] }