Keyboard shortcuts I use every day in tmux
^b
thenc
to create a new window^b
thenn
to switch to the next window^b
then,
then [type something] then⌤
to rename the current window^b
then%
to split the current window into panes vertically^b
then"
to split the current window into panes horizontally^b
then↑
to move to the above pane (works for all four arrows)^b
thenq
to show pane numbers, then (optionally) the number to switch to that pane^b
then⎇↑
to resize the current pane up (works for all four arrows)^b
thenx
to kill the current pane (or window if it only has one pane)^b
then[
to enter copy mode, then four arrow keys to move, even past the visible point, which is great for scrolling--I don't use it much for copying/pasting.
Written by Kerrick Long
Related protips
8 Responses
What is this key: ⎇↑
It's the ALT key.
What is ⌤ ?
it's the Ctrl key
What is love?
Baby don't hurt me
No more.
Whats the function of Ctrl when renaming a window? Seems to do nothing when I do it.. simply hitting enter after typing the name works. So why use Ctrl? Im guessing it has some neat trick