hopefully fixed those redraw bugs

master
Daniel Nägele 11 years ago
parent e02aaf2d6d
commit bb6c616974
  1. 3
      tmux.conf

@ -26,6 +26,9 @@ set -s escape-time 0
bind -r j previous-window bind -r j previous-window
bind -r k next-window bind -r k next-window
# fixes redraw bugs
set -g default-terminal screen-256color
# splitting # splitting
unbind % unbind %
unbind '"' unbind '"'

Loading…
Cancel
Save