How to efficiently copy code from editor to search field in VS Code using vscodevim?
问题 This is currently how I copy code from an editor to a search field in VS code using vscodevim. Select text in editor somehow Right click to open up the contextual menu (since pressing Ctrl+C does not seem to work on Ubuntu, even when in input mode, and 'p' does not work in the search field) and click copy Press Ctrl+Shift+F to open the search field Press Ctrl+V I'm pretty sure this is not how copying from an editor to search field is intended to work. It it the steps 1 and 2 I would like to