From 7261864fcc53a2f28936ab13ef11899a16626f40 Mon Sep 17 00:00:00 2001 From: juancwu <46619361+juancwu@users.noreply.github.com> Date: Sun, 1 Jan 2023 22:25:16 -0500 Subject: [PATCH] update(tmux): add key bind to toggle last(active) and current window. --- .config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 5666024..27e424a 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -43,6 +43,8 @@ bind -r - resize-pane -D 5 bind -r < resize-pane -L 5 bind -r > resize-pane -R 5 +bind -r t last-window + ## basic settings set-option -g status-justify "left"