Skip to content

OpsCharlie/tmux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux

My tmux config

To enable remote copy (copy from remote tmux in ssh)

.ssh/config: Host * RemoteForward 5556 localhost:5556

On the local pc: while (true); do nc -l 5556 | xsel -b -i; done

On the remote tmux to copy to local clipboard Ctrl-a y

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages