From 5866f978ee7c6a4003eb01988e52b98e61ccddfe Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Tue, 29 Dec 2009 10:13:54 +0100 Subject: [PATCH] tmux.conf updates Signed-off-by: Pierre Habouzit --- tmux.conf | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/tmux.conf b/tmux.conf index 25a38e5..483d725 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,11 +1,11 @@ # set the prefix to ^G -set -g history-limit 100000 - +set -g history-limit 100000 set -g mouse-select-pane on setw -g mode-mouse on -set -g status-keys vi -setw -g mode-keys vi +set -g status-keys vi +setw -g mode-keys vi +set -s escape-time 100 unbind C-b set -g prefix C-g @@ -13,13 +13,19 @@ bind g send-prefix bind C-g send-prefix bind -n F5 source ~/.tmux.conf +bind -n F9 set status bind -n M-x command-prompt -bind n next-window -bind p previous-window -bind s command-prompt "split-window -v '%%'" -bind S command-prompt "split-window -v '%%'" -bind v command-prompt "split-window -h '%%'" +bind d detach +bind -n C-\ detach + +bind n next-window +bind C-n next-window +bind p previous-window +bind C-p previous-window +bind s command-prompt "split-window -v '%%'" +bind S command-prompt "split-window -v '%%'" +bind v command-prompt "split-window -h '%%'" bind C-v command-prompt "split-window -h '%%'" bind Enter new-window @@ -73,10 +79,10 @@ bind -c -t vi-edit | start-of-line ############################################################################## # Bells -set -g visual-activity on -set -g visual-bell off -set -g bell-action any -setw -g monitor-activity on +set -g visual-activity on +set -g visual-bell off +set -g bell-action any +setw -g monitor-activity off ############################################################################## # Theme -- 2.20.1