fish/functions/vp.fish @ 36f309a28403

Remove/update some plugins
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Jul 2018 15:39:37 +0000
parents 98541843a878
children (none)
function vp -d "Vim Pasteboard"
  pbpaste | vim -
end