dotfiles/tmux.conf

23 lines
433 B
Plaintext

set -g default-terminal "screen-256color"
set -g prefix C-b
set-window-option -g xterm-keys on
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
setw -g monitor-activity on
set -g visual-activity on
bind-key L last-window
bind-key a send-prefix