David Mulyawan
Results
2
comments of
David Mulyawan
I think the same issue has been mentioned in https://github.com/VSCodeVim/Vim/issues/8574
You can either disable the vim handler just like https://github.com/VSCodeVim/Vim/issues/8574#issuecomment-1712962173 said - or override the key bindings. ```json { "before": [ "" ], "commands": [ "workbench.action.quickOpen", ] }, ```