dotfiles/tmux.conf

18 lines
473 B
Plaintext
Raw Normal View History

2016-09-10 18:18:41 +02:00
set -g default-terminal "screen-256color"
2017-01-24 15:49:33 +01:00
set -g prefix C-q
set -g history-limit 10000
2016-09-10 18:18:41 +02:00
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
setw -g aggressive-resize on
set-option -g status-utf8 on
setw -g monitor-activity on
set -g visual-activity on
bind-key a send-prefix
2017-01-24 15:49:33 +01:00
set -gw mode-keys emacs
# Binds
bind r source-file ~/.tmux.conf
bind-key L last-window