Create A New tmux Window
Create a new tmux window with:
control+b c
That is:
- Press and hold down the Control key then press "b"
- Release both keys
- Then, press "c"
Which is often abbreviated
<C-b> c
-- end of line --
Create a new tmux window with:
control+b c
That is:
Which is often abbreviated
<C-b> c