From 1adae202f53b0c49e957b9c0a840b81e9361c776 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Thu, 28 Jan 2021 11:20:17 -0500 Subject: This is much less annoying for my muscle memory --- .tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf index 599f5a7..75e88e6 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -17,9 +17,10 @@ set -g status-right "#[fg=black][ %y.%m.%d %Hh%M ]" unbind C-t unbind C-b set -g prefix C-t -bind C-t send-prefix -bind t last-window +bind t send-prefix + +bind C-t last-window unbind x bind x lock-server -- cgit v1.2.3