From ec50d3a28bc08ee08401c78ec0304f73dd914c34 Mon Sep 17 00:00:00 2001 From: 0xrsydn Date: Mon, 6 Oct 2025 11:13:00 +0700 Subject: [PATCH] fix: bind k lowercase lol --- modules/home/rsydn/shell/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/rsydn/shell/tmux.nix b/modules/home/rsydn/shell/tmux.nix index 74375a1..d27e614 100644 --- a/modules/home/rsydn/shell/tmux.nix +++ b/modules/home/rsydn/shell/tmux.nix @@ -30,7 +30,7 @@ unbind '"' unbind % set -g display-panes-time 1500 - bind K send-keys -R \; send-keys C-l \; clear-history + bind k send-keys -R \; send-keys C-l \; clear-history ''; }; }