From 582d13be33df6a50ce4048d1d64eecbda91a42d3 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Mon, 14 Nov 2022 11:18:12 +0100 Subject: [PATCH] Remote host: Bind C-b to last-window MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit C-b C-b on remote reproduce C-a C-a on local host ! --- tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 29b95aa..efcd496 100644 --- a/tmux.conf +++ b/tmux.conf @@ -80,6 +80,8 @@ bind A command-prompt "rename-window %%" # Aller au terminal précédent (CTRL+a) unbind C-a bind-key C-a last-window +unbind C-b +bind-key C-b last-window # Aller au terminal suivant (CTRL+n) unbind C-n @@ -110,8 +112,6 @@ bind-key P run "tmux paste-buffer" # Window selection by name unbind b bind-key b command-prompt "find-window -NT '%%'" -unbind C-b -bind-key C-b command-prompt "find-window -CNT '%%'" # Détacher tmux unbind C-d