diff --git a/README.md b/README.md index b183027..0d76f04 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ smart people at [Hashrocket](http://hashrocket.com/). - [Adjusting Window Pane Size](tmux/adjusting-window-pane-size.md) - [Create A Named tmux Session](tmux/create-a-named-tmux-session.md) - [Cycle Through Layouts](tmux/cycle-through-layouts.md) +- [Jumping Between Sessions](tmux/jumping-between-sessions.md) - [List All Key Bindings](tmux/list-all-key-bindings.md) - [Organizing Windows](tmux/organizing-windows.md) - [Pane Killer](tmux/pane-killer.md) diff --git a/tmux/jumping-between-sessions.md b/tmux/jumping-between-sessions.md new file mode 100644 index 0000000..0c3ccdb --- /dev/null +++ b/tmux/jumping-between-sessions.md @@ -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 `)` and `(` bindings as a way +of jumping to the next and previous session, respectively. That should +reduce some friction.