diff --git a/config/tmux/.tmux.conf b/config/tmux/.tmux.conf index 423e0ae..a84857b 100644 --- a/config/tmux/.tmux.conf +++ b/config/tmux/.tmux.conf @@ -9,17 +9,18 @@ set -g default-terminal "xterm-256color" # vi mode setw -g mode-keys vi +# Causes escape character breakage on windows terminal # unset the annoying delay -set -sg escape-time 0 +# set -sg escape-time 0 # window options set-option -g automatic-rename on set-option -g renumber-windows on # mouse settings -# set -g mouse on -# set -g set-clipboard on -# set -g focus-events on +set -g mouse on +set -g set-clipboard on +set -g focus-events on # appearance set -g status-style "bg=colour16 fg=white,bold"