mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-10-31 23:56:30 +00:00
8 lines
251 B
Bash
Executable File
8 lines
251 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# Created by ViViDboarder. Please share with attribution
|
|
# Mimics pbpaste using the tmux buffer instead. To use, put this in your path as pbpaste
|
|
# This is useful for putting from cliboard buffer in Vim on a remote box
|
|
|
|
tmux show-buffer
|