Normalización

This commit is contained in:
drymer 2017-01-24 14:49:33 +00:00
parent 47161f1f08
commit a9ca722db2
1 changed files with 6 additions and 14 deletions

View File

@ -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