diff --git a/config/.tmux.conf b/config/.tmux.conf index b8ad2f0..f39cab7 100644 --- a/config/.tmux.conf +++ b/config/.tmux.conf @@ -8,13 +8,15 @@ set -g status-keys vi setw -g mode-keys vi set -g status-position top +set -g default-terminal "screen-256color" +set -g mode-mouse off + +#bind p paste-buffer bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R -set -g mode-mouse off - bind m \ set -g mode-mouse on \;\ set -g mouse-resize=pane on \;\