Open electricWah opened 2 years ago
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
vim -c 'autocmd VimLeave * %!pbcopy'
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