This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # tmux-yank one-liner setup for Ubuntu | |
| # Installs TPM + tmux-yank + xclip, configures clipboard yanking | |
| # Usage: bash <(curl -sL https://gist.githubusercontent.com/YOUR_USER/RAW_URL/tmux-yank-setup.sh) | |
| # After running: reload tmux with `tmux source-file ~/.tmux.conf` then `prefix + I` to install plugins | |
| # | |
| # Copy modes: | |
| # Mouse: select text with drag → press y → Ctrl+V in browser | |
| # Keyboard: prefix+[ → Space to start → select → y to yank → Ctrl+V in browser |
OlderNewer