7 lines
89 B
Nix
7 lines
89 B
Nix
{ ... }: {
|
|
text = ''
|
|
bind -n M-K copy-mode -u
|
|
bind -n M-J send-keys Pagedown
|
|
'';
|
|
}
|