From a9ca722db229052b66b897246319f6bee5d9c4b1 Mon Sep 17 00:00:00 2001 From: drymer Date: Tue, 24 Jan 2017 14:49:33 +0000 Subject: [PATCH] =?UTF-8?q?Normalizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tmux.conf | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/tmux.conf b/tmux.conf index 089f2cd..c2bf908 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,25 +1,17 @@ set -g default-terminal "screen-256color" -set -g prefix C-a +set -g prefix C-q +set -g history-limit 10000 set-window-option -g xterm-keys on -bind u send-keys C-l \; run-shell "sleep .3s" \; clear-history - set -g status-bg colour235 set -g status-fg colour32 - set-window-option -g automatic-rename on - set -g pane-active-border-fg white - -# automatic resize a la ventana mas grande setw -g aggressive-resize on - set-option -g status-utf8 on - -# Activity monitoring setw -g monitor-activity on set -g visual-activity on - -bind-key L last-window - bind-key a send-prefix - +set -gw mode-keys emacs +# Binds +bind r source-file ~/.tmux.conf +bind-key L last-window