Skip to content

deekshadangwal/tmux-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Scripting tmux to manage multiple terminal sessions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages