nix/home/config/tmux/module/Scroll.nix

9 lines
118 B
Nix

{ ... }: let
mod = "M";
in {
text = ''
bind -n ${mod}-p copy-mode -u
bind -n ${mod}-n send-keys Pagedown
'';
}