Today I Learned

hashrocket A Hashrocket project

Tmux Shortcuts I use

Create a new window

<tmux-leader>c

Think 'c' as in create. Rename window

<tmux-leader>,

That's a comma. I don't have anything clever for this one. Create a new pane

<tmux-leader>%

Maybe you're clever enough to come up with something for this? I just memorized it. Kill a window ( like with a hung terminal )

<tmux-leader>&

You can also create a new session without calling new-session in full, you just use

tmux new -s <session-name>

Which is a bit quicker to type. Unless you like to type, you know, you do you.

See More #command-line TILs