fix: update tmux keybinds

This commit is contained in:
2025-06-14 14:47:33 -07:00
parent 4935f02573
commit 0f914a5c5f

View File

@@ -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;
}