display-message not for pager

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-19 16:53:04 +01:00
parent f4bbc8ebbc
commit 450ff756c5
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -29,12 +29,12 @@
{ {
key = "<Return>"; # what the fuck is this mapping key = "<Return>"; # what the fuck is this mapping
action = "display-message"; action = "display-message";
map = [ "index" "pager" ]; map = [ "index" ];
} }
{ {
key = "\\CV"; key = "\\CV";
action = "display-message"; # i give up action = "display-message"; # i give up
map = [ "index" "pager" ]; map = [ "index" ];
} }
]; ];
}; };