You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't use Go To Symbol in Workspace since vim extension is also using it's shortcut(Ctrl+T). In the vscodevim tricks section there a couple of shortcuts that starts with g, I wanted to add one for myself. Here's the code:
I can't use
Go To Symbol in Workspace
since vim extension is also using it's shortcut(Ctrl+T). In the vscodevim tricks section there a couple of shortcuts that starts with g, I wanted to add one for myself. Here's the code:`{
"key": "g s",
"command": "workbench.action.showAllSymbols",
"when": "vim.mode == 'Normal'"
}`
Now I can't use
gh
,gd
because the editor says:(G) was pressed. Waiting for the second key chord.
How can I make it work?
The text was updated successfully, but these errors were encountered: