🐛 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:
parent
166f9dfa3b
commit
260ba27ffe
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
'';
|
||||
};
|
||||
|
||||
# terminal = "tmux-256color";
|
||||
escapeTime = 0;
|
||||
|
||||
# Start window & pane numbering at 1.
|
||||
baseIndex = 1;
|
||||
|
|
Loading…
Reference in a new issue