From c5c3bf3ac1bd45a3d3b7edb8d1218f6e4c11dabc Mon Sep 17 00:00:00 2001
From: coolneng <akasroua@gmail.com>
Date: Sat, 29 May 2021 18:22:26 +0200
Subject: [PATCH] Change S keybinding to next session in tmux

---
 tmux/.tmux.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
index ac40701..581958f 100644
--- a/tmux/.tmux.conf
+++ b/tmux/.tmux.conf
@@ -47,8 +47,8 @@ unbind &
 unbind x
 bind x kill-session
 
-# switch to last session
-bind S switch-client -l
+# switch to next session
+bind S switch-client -n
 
 # force a reload of the config file
 unbind r