Copy and paste not working from lab terminals/vim on Azure 104 course

Hi,
I’m on a mac and I can’t copy and paste code from the lab bash terminals/vim to and from my mac. It either doesn’t work at all or I get a weird partial copy. I followed your instructions in allowing clipboard access in chrome and tried the terminal in a new window, but it still doesn’t work. I’ve tried numerous keyboard combinations (CMD C & CMD V). I’ve tried using insert mode in vim and copying, I’ve tried command mode 99YY, I tried selecting with my mouse you name it. Is there a solution to this annoying problem? I’d love to put some of the .sh build scripts into my code editor locally and edit there.
Many thanks
Steve

Hi @steveatdocklands

Did you try CMD + Shift + V for pasting the copied text in the INSERT mode?
p should also paste the contents in NORMAL mode.

i think i have the same issue, i can copy fine from browser to terminal but not the other way around, pllease help