diff options
author | Matt Strapp <matt@mattstrapp.net> | 2022-09-06 09:00:53 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2022-09-06 09:00:56 -0500 |
commit | 9039a2218c3507c9b3600a6d40a2154679bf5304 (patch) | |
tree | 3df85ccf557923e199dd90ee0555ede8a009d643 /tmux | |
parent | ee (diff) | |
download | dotfiles-9039a2218c3507c9b3600a6d40a2154679bf5304.tar dotfiles-9039a2218c3507c9b3600a6d40a2154679bf5304.tar.gz dotfiles-9039a2218c3507c9b3600a6d40a2154679bf5304.tar.bz2 dotfiles-9039a2218c3507c9b3600a6d40a2154679bf5304.tar.lz dotfiles-9039a2218c3507c9b3600a6d40a2154679bf5304.tar.xz dotfiles-9039a2218c3507c9b3600a6d40a2154679bf5304.tar.zst dotfiles-9039a2218c3507c9b3600a6d40a2154679bf5304.zip |
eeeeeee?
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.config/tmux/tmux.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index b04eb3a..a8d0ae9 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -1,3 +1,8 @@ +set-option -g default-shell "/bin/zsh" + +# https://github.com/microsoft/WSL/issues/5931 +set -sg escape-time 50 + set -g mouse on set -ga terminal-overrides ",xterm-256color:Tc" set -g default-terminal "tmux-256color" |