Last active
July 12, 2017 11:41
-
-
Save collegeimprovements/86f153b386cad8d96f6b38c30ea7c90d to your computer and use it in GitHub Desktop.
TMUX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| `: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