dotfiles.2022/_home/dot_sz.shrc.d/34_tmux.tools

6 lines
107 B
Plaintext

if [[ -n "$(which-command tmux)" ]]; then
function clip-tmux() {
tmux save-buffer -a - | clip
}
fi