Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 631 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 631 Bytes

tmux-scripts

Scripting tmux to manage multiple terminal sessions

.tmux.conf

Config file with tmux keybindings

dev-start.sh

Starts tmux session with specified panes and services

notes

  • When in doubt - man tmux
  • The 14 panes are not intuitively numbered. To check the pane number: C-b q
  • Split panes horizontally: Ctrl-b _
  • Split panes vertically: Ctrl-b |
  • Toggle pane synchronization: Ctrl-b s
  • Cycle to next pane: Ctrl-b o
  • Move left one pane: Ctrl-b h
  • Move right one pane: Ctrl-b l
  • Move up one pane: Ctrl-b j
  • Move down one pane: Ctrl-b k