fish/functions/vp.fish @ e7642253ffde

More shit
author Steve Losh <steve@stevelosh.com>
date Sat, 05 Dec 2015 22:46:56 +0000
parents 98541843a878
children (none)
function vp -d "Vim Pasteboard"
  pbpaste | vim -
end