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+Cdoes 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+Fto 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 change to something better.
What is a more efficient and vim-like sequence?
 
     
    