fish/functions/vp.fish @ c0b7ab63d895

More
author Steve Losh <steve@stevelosh.com>
date Tue, 12 Jul 2016 17:11:04 +0000
parents 98541843a878
children (none)
function vp -d "Vim Pasteboard"
  pbpaste | vim -
end