Files
dotfiles/AppData/Roaming/Code/User/keybindings.json
T

28 lines
624 B
JSON

[{
"command": "vscode-neovim.compositeEscape1",
"key": "j",
"when": "neovim.mode == insert && editorTextFocus",
"args": "j"
},
{
"command": "vscode-neovim.compositeEscape2",
"key": "k",
"when": "neovim.mode == insert && editorTextFocus",
"args": "k"
},
{
"key": "ctrl+r",
"command": "extension.vim_ctrl+r",
"when": "textInputFocus && vim.mode != 'Insert'"
},
{
"key": "space f f",
"command": "workbench.action.toggleSidebarVisibility",
"when": "neovim.mode == normal && editorTextFocus"
},
{
"key": "ctrl+n",
"command": "-workbench.action.showAllSymbols"
},
]