Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Last active April 15, 2019 04:18
Show Gist options
  • Save imylomylo/001a042b487ceaa9f61db6aefbc387ed to your computer and use it in GitHub Desktop.
Save imylomylo/001a042b487ceaa9f61db6aefbc387ed to your computer and use it in GitHub Desktop.
workflow for tmux

ssh to host

Session mgmt

  • tmux ls
  • tmux a -t
  • tmux new -s dev
  • ^b n(ext)
  • ^b p(revious)
  • ^b c(reate)

Panes

  • ^b " (split h) good for iguana
  • ^b {} move panes around
  • ^b arrow keys to get around the panes

Scrolling

  • ^b [ (then scroll up using arrows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment