You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found that you can use vimscript to copy the buffer to the clipboard on mac: vim -c 'autocmd VimLeave * %!pbcopy'
This works with gvim/macvim as well
The text was updated successfully, but these errors were encountered:
I have found that you can use vimscript to copy the buffer to the clipboard on mac:
vim -c 'autocmd VimLeave * %!pbcopy'
This works with gvim/macvim as well
The text was updated successfully, but these errors were encountered: