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