This website requires JavaScript.
Explore
Help
Register
Sign In
lksz
/
dotfiles.2022
Watch
1
Star
0
Fork
You've already forked dotfiles.2022
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ab3e8132cc
dotfiles.2022
/
_home
/
dot_sz.shrc.d
/
34_tmux.tools
6 lines
107 B
Plaintext
Raw
Blame
History
if [[ -n "$(which-command tmux)" ]]; then
function clip-tmux() {
tmux save-buffer -a - | clip
}
fi
Reference in New Issue
View Git Blame
Copy Permalink