🐛 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 166f9dfa3b
commit 260ba27ffe

View file

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