From 0f914a5c5f9e6b70613ef4b07b43bcdd4b8cca43 Mon Sep 17 00:00:00 2001 From: rocketcamel Date: Sat, 14 Jun 2025 14:47:33 -0700 Subject: [PATCH] fix: update tmux keybinds --- nix/users/luca/tmux.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }