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"