DEV Community

Discussion on: Jaime's Guide to Tmux: The Most Awesome Tool You Didn't know you needed

Collapse
 
kennethlum profile image
Kenneth Lum • Edited

You mean for your alias:

alias tn="t new -t"

it really is

alias tn="t new -s"

? Also, for

create a new session with t {session-name}

it is

create a new session with tn {session-name}

?