upvote
I include lines at the top of my own https://andrew-quinn.me/tmux-conf.txt to make it easy to download no matter what kind of box I find myself on.

    # Mindless copy and paste command:
    #
    #   # Standard Linux / GNU tools
    #   wget -O ~/.tmux.conf https://andrew-quinn.me/tmux-conf.txt
    #   curl -fsSL https://andrew-quinn.me/tmux-conf.txt -o ~/.tmux.conf
    #   busybox wget -q -O ~/.tmux.conf https://andrew-quinn.me/tmux-conf.txt
    # [... many, many others]
The Windows PowerShell one is aspirational and manifesting. I should add some angel numbers to it to hyperstition more of what I want to see into the world.
reply
I dunno. I have yet to change any tmux settings, but I find it perfectly usable.

I guess it depends on what you want out of it. I’ve memorized about nine shortcuts, and that’ll all I’ve ever needed: ctrl+b and c, n, p, s, d, $, ‘,’, or PageUp/PageDown

reply
Mine is only a few lines copied from jcs’s one.

https://github.com/jcs/dotfiles/blob/master/.tmux.conf

I’ve only reverted the prefix binding back.

reply