fish/functions/vp.fish @ 1ecae6c99d54

More
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Oct 2017 10:02:20 -0700
parents 98541843a878
children (none)
function vp -d "Vim Pasteboard"
  pbpaste | vim -
end