From a556de2ad80b1fe8caf88b925a869ab51ff5bf03 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 2 Mar 2012 08:39:23 +0000 Subject: [PATCH] some minor tmux settings tweaked --- tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tmux.conf b/tmux.conf index 363498d..341d4aa 100644 --- a/tmux.conf +++ b/tmux.conf @@ -4,6 +4,7 @@ set -g prefix C-q # Settings set -g default-terminal "xterm-256color" +set -g detach-on-destroy off set -g mode-mouse on set -g mouse-select-pane on set -g mouse-resize-pane on @@ -35,6 +36,7 @@ bind C-n next-window bind C-p previous-window bind C-l last-window bind C-s choose-session +bind C-w choose-window # Tmux command prompt bind m command-prompt