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