You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
747 B
18 lines
747 B
tmux new -s <name> #creates new session |
|
tmux attach -t <name> #attaches to a closed session |
|
tmux ls #lists active sessions |
|
---------- ^ denotes Ctrl ------------------------ |
|
^a d #detaches from the current session |
|
^a c #creates new window |
|
alt <HJKL> #switches focus between panes (like vim) |
|
^a u #splits pane vertically |
|
^a i #splits pane horizontally |
|
^a <1-9> #switches view between windows |
|
|
|
----------------------------------------------- |
|
differnt files: |
|
|
|
tmux.conf just the regular tmux config |
|
tmux.conf.styleBattery same as tmux.conf but with a battery life indicator (requires acpi) |
|
tmux.conf.style0 config I am using currently. Minimal, looks like bars are floating |
|
tmux.conf.style1 similar to style0, different colors
|
|
|