Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 776 Bytes

File metadata and controls

15 lines (14 loc) · 776 Bytes

tmux.conf

This is my Tmux.conf copied from: https://github.com/iamkashz/tmux-config and inspired by Ham Vocke https://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/.

Small cheatcheat

  • Create new session tmux new
  • Tmux prefix Crtl a. So when I type prefix do a ctrl and a and then the other letter.
  • Detach session prefix d
  • List sessions tmux list-session
  • Attach sessions tmux attach <NUMBER>
  • New window prefix c then type the new window name or hit enter for default name
  • Split pane horizontally prefix -
  • Split pane vertically prefix |
  • Switch Windows with shift, <, > (arrow keys)
  • Hide/Show status bar prefix, s