diff --git a/nix/users/luca/tmux.nix b/nix/users/luca/tmux.nix index 9696b14..e5f37f0 100644 --- a/nix/users/luca/tmux.nix +++ b/nix/users/luca/tmux.nix @@ -9,8 +9,8 @@ keyMode = "vi"; plugins = with pkgs; [ { plugin = tmuxPlugins.tokyo-night-tmux; } ]; extraConfig = '' - bind -n M-H previous-window - bind -n M-L next-window + bind -n M-h previous-window + bind -n M-l next-window ''; escapeTime = 0; }