Hi, is there any way to set the clipboard to unnamed in Vim mode? For example, if there were a .vimrc file, I would add:
set clipboard=unnamed
I'd like to be able to use "y" to yank / copy selected sections of code and paste them in the search bar or external applications.
Thanks!