Skip to content

tmux

How to do Copy and Paste

Tmux Video Tutorial

Tmux has forever changed the way I write code. - YouTube

Best Tmux Config

tmux/tmux.conf at main · dreamsofcode-io/tmux

git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm

curl -o ~/.tmux.conf https://raw.githubusercontent.com/dreamsofcode-io/tmux/main/tmux.conf

Also Add

vim ~/.tmux.conf

set-option -g mouse on
set-option -s set-clipboard off
bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -selection clipboard -i"

Tmux Plugin Manager

tmux-plugins/tpm: Tmux Plugin Manager

Other tmux configs

sagebind/tmux-zen: Achieve true terminal zen with tmux and Oh My Fish.

Sources