Skip to content

Instantly share code, notes, and snippets.

@eliasnorrby
eliasnorrby / vscode-vim-keybindings.json
Created October 8, 2019 10:09
vim keybindings for vscode
{
// VIM
"vim.leader": " ",
"vim.easymotion": false,
"vim.sneak": true,
"vim.camelCaseMotion.enable": false,
"vim.incsearch": true,
"vim.useSystemClipboard": true,
"vim.useCtrlKeys": true,
"vim.hlsearch": false,