fish/functions/vp.fish @ e7f1e7f3a797

Merge.
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Jul 2015 11:52:20 -0400
parents 98541843a878
children (none)
function vp -d "Vim Pasteboard"
  pbpaste | vim -
end