tmux new-session
━━━━━━━━━━━━━━━━

https://youtu.be/LbQNdCAUogE

Date: August 1, 2021

[4m[38;2;248;248;242mhttps://youtu.be/LbQNdCAUogE[0m

This one starts a new chapter in our series that is going to open up a whole new set of workflow productivity options, understanding how the [38;2;189;147;249mnew-session[0m command is a critical command in our adventure into tmux glory. This is going to open the door for some seriously game changing hotkeys and scripting.

[38;2;248;248;242m[code][0m
  # create a new session
  tmux new-session

  # create a new session detached
  tmux new-session -d


  # create a new session and name it
  tmux new-session -s me

  # create a new named session and attach to it if one exists
  tmux new-session -As me

[4m[38;2;248;248;242mHow I navigate tmux in 2021[0m <[38;2;248;248;242m/tmux-nav-2021/[0m>

[38;2;248;248;242m│ [0mfor more information on how I navigate tmux, check out this full post

Also check out the full YouTube [4m[38;2;248;248;242mtmux-playlist[0m <[38;2;248;248;242mhttps://www.youtube.com/playlist?list=PLTRNG6WIHETB4reAxbWza3CZeP9KL6Bkr[0m> to see all of the videos in this series.
