diff --git a/.tmux.conf b/.tmux.conf index 56da3a0..9e6e5ad 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,11 @@ unbind C-b set-option -g prefix C-a bind-key C-a send-prefix +# Suggestions from nvim: +set-option -sg escape-time 10 +set-option -g focus-event on +set-option -sa terminal-overrides ',screen-256color:RGB' + # split panes using | and - bind | split-window -h bind - split-window -v