feat(tmux): optimize tmux for nvim

main
mandlm 2022-06-25 15:41:48 +02:00
parent e974875d52
commit d6bfa5c583
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 0 deletions

View File

@ -199,6 +199,8 @@
enable = true; enable = true;
newSession = true; newSession = true;
keyMode = "vi"; keyMode = "vi";
escapeTime = 10;
terminal = "tmux-256color";
extraConfig = '' extraConfig = ''
set-option -g status off set-option -g status off