From c2348ace3b729d4d523681aff955843647d897ba Mon Sep 17 00:00:00 2001 From: masterzu Date: Wed, 13 Feb 2019 12:19:46 +0100 Subject: [PATCH] tmux: change ctrl+a binding to last-window --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 4e86c62..722f7de 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -23,8 +23,8 @@ bind % split-window -h -c "#{pane_current_path}" bind '|' split-window -h -c "#{pane_current_path}" bind c new-window -c "#{pane_current_path}" -# last pane like in screen -bind C-a last-pane +# last window like in screen +bind C-a last-window # reload this file bind r source-file /home/patrick/.tmux.conf \; display-message ".tmux.conf reloaded"