diff --git a/home/features/coding/tmux.nix b/home/features/coding/tmux.nix index 075cdbb..f3799c9 100644 --- a/home/features/coding/tmux.nix +++ b/home/features/coding/tmux.nix @@ -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