📌
ibook
  • README
  • cheatsheet
    • bash
      • builtin
      • syntactic sugar
      • cmd
      • havefun
    • text-processing
      • awk
      • sed
      • html
      • json
      • regex
      • unicode
    • osx
    • curl
    • tricky
    • widget
    • proxy
    • colors
    • math
    • media
    • ssl
      • keystore
      • verification
      • server
      • client
      • tricky
    • windows
      • powershell
      • choco
      • wsl
      • wt
      • shortcut
      • clsid
      • env
      • shell:folder
  • vim
    • nvim
    • install
    • color
    • plugins
      • usage
      • other plugins
      • deprecated
    • tricky
    • viml
    • windows
    • troubleshooting
  • devops
    • admin tools
    • ssh
    • git
      • config
      • alias
      • submodule
      • eol
      • example
      • gerrit
        • gerrit API
      • github
      • troubleshooting
      • tricky
      • statistics
    • pre-commit
    • release-tools
    • tmux
      • cheatsheet
    • ansible
    • vault
    • artifactory
      • api
      • cli
      • aql
      • nginx cert
    • klocwork
      • kwadmin
      • kwserver
      • api
      • q&a
    • elk
    • mongodb
    • android
    • mobile
  • jenkins
    • config
      • windows
    • appearance
    • troubleshooting
    • jenkinsfile
      • utility
      • parallel
      • build
      • envvar
      • properties
      • trigger
      • node
    • script
      • job
      • build
      • stage
      • agent
      • security & authorization
      • exception
      • monitor
      • tricky
    • api
      • blueocean
    • cli
    • plugins
      • kubernetes
      • docker
      • shared-libs
      • lockable-resource
      • ansicolor
      • badge
      • groovy-postbuild
      • simple-theme
      • customizable-header
      • artifactory
      • jira-steps
      • job-dsl
      • build-timeline
      • crumbIssuer
      • coverage
      • uno-choice
      • tricky
  • virtualization
    • kubernetes
      • init
        • kubespray
        • kubeadm
          • environment
          • crio v1.30.4
          • docker v1.15.3
          • HA
        • addons
        • etcd
      • kubectl
        • pod
        • deploy
        • replicasets
        • namespace
        • secrets
      • node
      • certificates
      • events
      • kubeconfig
      • kubelet
      • troubleshooting
      • cheatsheet
      • auth
      • api
      • tools
        • monitor
        • helm
        • network
        • minikube
    • docker
      • run & exec
      • voume
      • remove
      • show info
      • dockerfile
      • dockerd
      • tricky
      • troubleshooting
      • windows
    • crio
    • podman
  • ai
    • prompt
  • osx
    • apps
      • init
      • brew
    • defaults
    • system
    • network
    • script
    • tricky
  • linux
    • devenv
    • util
      • time & date
      • output formatting
      • params
      • tricky
    • nutshell
    • disk
    • network
    • troubleshooting
    • system
      • apt/yum/snap
      • authorization
      • apps
      • x11
    • ubuntu
      • systemctl
      • x
    • rpi
  • programming
    • groovy
    • python
      • config
      • basic
      • list
      • pip
      • q&a
    • others
    • archive
      • angular
      • maven
      • mysql
        • installation
        • logs
      • ruby
        • rubyInstallationQ&A
  • tools
    • fonts
    • html & css
    • Jira & Confluence
    • node & npm
      • gitbook
      • hexo
      • github.page
      • code themes
    • app
      • microsoft office
      • vscode
      • virtualbox
      • iterm2
      • browser
      • skype
      • teamviewer
      • others
  • quotes
  • english
Powered by GitBook
On this page
  • configure
  • alias
  • plugins
  • theme
  • troubleshooting
  • 2.8.x to 2.9.x migration

Was this helpful?

  1. devops

tmux

Previousrelease-toolsNextcheatsheet

Last updated 2 months ago

Was this helpful?

[!TIP|label:references:]

  • |

configure

[!NOTE|label:sample dotfiles:]

  • |

  • dotfiles

$ tmux show -g | grep -v --color=never '^#' | grep -v --color=never '^$'
# or
$ tmux show-options -g | grep -v --color=never '^#' | grep -v --color=never '^$'

alias

show alias

$ tmux show -s command-alias
command-alias[0] split-pane=split-window
command-alias[1] splitp=split-window
command-alias[2] "server-info=show-messages -JT"
command-alias[3] "info=show-messages -JT"
command-alias[4] "choose-window=choose-tree -w"
command-alias[5] "choose-session=choose-tree -s"
command-alias[99] "ls=list-sessions -F \"(created #{t/f/%y-%m-%d %H#:%M#:%S:window_activity}) - #{session_name}: #{session_windows} windows#{?session_grouped - (group ,}#{session_group}#{?session_grouped,),}#{?session_attached, [attached],}\""

setup alias

[!NOTE|label:references:]

$ grep -nH alias ~/.tmux.conf
/Users/marslo/.tmux.conf:74:set -s command-alias[99] 'ls=list-sessions -F "(created #{t/f/%y-%m-%d %H#:%M#:%S:window_activity}) - #{session_name}: #{session_windows} windows#{?session_grouped - (group ,}#{session_group}#{?session_grouped,),}#{?session_attached, [attached],}"'

plugins

[!NOTE|label:references:]

  • system status

theme

[!TIP|label:references:]

  • references:

  • themes

troubleshooting

2.8.x to 2.9.x migration

[!TIP|label:references:]

modify default ls alias
tmux-plugins
Useful TMUX Plugins Which I Frequently Use At Work
tmux-plugins/tmux-cpu
tmux-plugins/tmux-battery
tmux-plugins/tmux-net-speed
hendrikmi/tmux-cpu-mem-monitor
samoshkin/tmux-plugin-sysstat
Everything you need to know about tmux – Status Bar
jimeh/tmux-themepack
wfxr/tmux-power
2KAbhishek/tmux2k
weather: vascomfnunes/tmux-clima
catppuccin/tmux
#1689 Tmux 2.8.X to 2.9.X migration
#754 invalid or unknown command: bind-key -t vi-copy ....
#1688 Some options no longer work in 2.9
#1691 tmux not supporting options that worked previously
rothgar/awesome-tmux
* Getting Started
Advanced Use
man page: tmux — terminal multiplexer
drn/dots
samoshkin/tmux-config
oh my tmux
Guide to customizing tmux.conf
hamvocke/dotfiles
Use System Clipboard for Vi Copy Mode in Tmux in macOS and Linux
ThePrimeagen/.dotfiles/.tmux.conf
dansomething/dotfiles/.tmux.conf
maximum-awesome/tmux.conf
Integralist/dotfiles/.tmux.conf
tpope/dotfiles/.tmux.conf
ThePrimeagen/.dotfiles/.tmux.conf
Michał Mieszczak/.dotfiles/.tmux.conf
gpakosz/.tmux - oh my tmux
configure
alias
show alias
setup alias
plugins
theme
troubleshooting
2.8.x to 2.9.x migration