X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/212fb1515dc4c0b76c8e33fe380811e019fff1bb..1bef964c93068c8b996d0e47b3808992db75eae8:/tmux/tmux.conf?ds=inline diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e74bcb1..9f43fdf 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,11 +1,15 @@ -set -g default-terminal "tmux-256color" -# enable true color for kitty -set -ag terminal-overrides ",xterm-kitty:Tc" +set -g allow-passthrough on +# enable true color +set -ag terminal-overrides ",xterm-256color:Tc" set -g set-titles on set -g mouse set -g mode-keys vi +# Reduce time to consider Esc+ as +set -sg escape-time 10 +set -sg extended-keys always + # Start windows and panes at 1, not 0 set -g base-index 1 setw -g pane-base-index 1