Skip to content

Instantly share code, notes, and snippets.

View mordr's full-sized avatar

Ragib Morshed mordr

View GitHub Profile
@mordr
mordr / f.md
Created September 11, 2024 17:41
vim: copy file contents to clipboard (OSX)

Copy file contents directly from within vim

:%!tee >(pbcopy)

Alternate options

gg"+yG