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