fish/functions/vp.fish @ eb02b7270d28

Merge.
author Steve Losh <steve@stevelosh.com>
date Thu, 26 Jul 2018 15:10:41 +0000
parents 98541843a878
children (none)
function vp -d "Vim Pasteboard"
  pbpaste | vim -
end