🐛 fix(tmux): Set escape time to 0

tmux was hanging for a bit after hitting esc which is really annoying in
nvim.
This commit is contained in:
punkfairie 2024-11-02 13:14:17 -07:00
parent 65d767a18c
commit 3db105a944
Signed by: punkfairie
GPG key ID: 01823C057725C266

View file

@ -14,7 +14,7 @@
'';
};
# terminal = "tmux-256color";
escapeTime = 0;
# Start window & pane numbering at 1.
baseIndex = 1;