tmux

[!TIP|label:references:]

configure

[!NOTE|label:sample 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:]

theme

[!TIP|label:references:]

troubleshooting

2.8.x to 2.9.x migration

[!TIP|label:references:]

Last updated

Was this helpful?