summaryrefslogblamecommitdiffstats
path: root/fish/functions/vcb.fish
blob: d0a00521de4772c1c39ba06fc0527d35c8ff7a6f (plain) (tree)
1
2
3
4



                                                                               
# Defined in - @ line 0
function vcb --description 'alias vcb xclip -i -selection clipboard -o | vim -'
	xclip -i -selection clipboard -o | vim - $argv;
end