---
title: "tmux next/prev session"
description: "https://youtu.be/8kZnjHPYnKU"
date: 2021-08-04
published: true
template: blog-post
---


[https://youtu.be/8kZnjHPYnKU](https://youtu.be/8kZnjHPYnKU){.youtube-embed}

Now that we are splitting up work into their own sessions, lets talk about how
to navigate between them without the command line.  Navigating sessions is what
kept me using a too many splits and windows workflow for far too long.  It was
rough, I was always tripping over panes and windows until I got too frustrated
and just ran `tmux kill-server`  to start on a new blank slate.

``` bash
bind -n M-P switch-client -p
bind -n M-N switch-client -n
```

<a href="/tmux-nav-2021/" class="wikilink" data-title="How I navigate tmux in 2021" data-description="change_speed = (speed) =&gt; [...document.querySelectorAll(&#39;video&#39;)].map(v =&gt; v.playbackRate=v.playbackRate+speed)" data-date="2021-05-11">How I navigate tmux in 2021</a>

> for more information on how I navigate tmux, check out this full post

Also check out the full YouTube
[tmux-playlist](https://www.youtube.com/playlist?list=PLTRNG6WIHETB4reAxbWza3CZeP9KL6Bkr)
to see all of the videos in this series.
