Tmux: Fix Neovim escape delay

This commit is contained in:
GHOSCHT 2024-05-17 19:23:25 +02:00
parent 78128824d9
commit 7d581901ec
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -10,6 +10,7 @@
extraConfig = ''
bind % split-window -h -c "#{pane_current_path}"
bind '"' split-window -v -c "#{pane_current_path}"
set -sg escape-time 0
'';
plugins = with pkgs; [
tmuxPlugins.vim-tmux-navigator