dotfiles/tmux.conf

26 lines
519 B
Plaintext
Raw Normal View History

2016-09-10 18:18:41 +02:00
set -g default-terminal "screen-256color"
2017-01-24 13:27:30 +01:00
set -g prefix C-a
2016-09-10 18:18:41 +02:00
set-window-option -g xterm-keys on
2017-01-24 13:27:30 +01:00
bind u send-keys C-l \; run-shell "sleep .3s" \; clear-history
2016-09-10 18:18:41 +02:00
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
2017-01-24 13:27:30 +01:00
# Activity monitoring
2016-09-10 18:18:41 +02:00
setw -g monitor-activity on
set -g visual-activity on
bind-key L last-window
bind-key a send-prefix