Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save collegeimprovements/86f153b386cad8d96f6b38c30ea7c90d to your computer and use it in GitHub Desktop.

Select an option

Save collegeimprovements/86f153b386cad8d96f6b38c30ea7c90d to your computer and use it in GitHub Desktop.
TMUX
`:kill-server`
`prefix + n,p` => to move between windows
`prefix + c` => create new windows
`prefix + d` => detach tmux
`Prefix + S` => Navigate sessions with j, k (or arrow keys)
`prefix + :new –s session_name` => create new session
`prefix + hjkl or arrow keys` => switch panes
https://gist.github.com/andreyvit/2921703
https://www.codementor.io/tmux/tutorial/beginners-guide-to-tmux-navigating-and-configuring-your-tmux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment