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

7 lines
89 B
Nix

{ ... }: {
text = ''
bind -n M-K copy-mode -u
bind -n M-J send-keys Pagedown
'';
}