1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 23:28:02 +00:00

Add Jumping Between Sessions as a tmux til.

This commit is contained in:
jbranchaud
2015-11-21 12:20:59 -06:00
parent 41c4e70d0a
commit 8c4fa5e16b
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Jumping Between Sessions
If you are using tmux to manage multiple projects by putting each project in
a separate session, you may find yourself moving between sessions
frequently. Detaching and reattaching can and will get tedious. There are
better ways. tmux provides the `<prefix>)` and `<prefix>(` bindings as a way
of jumping to the next and previous session, respectively. That should
reduce some friction.