display-message not for pager
This commit is contained in:
parent
f4bbc8ebbc
commit
450ff756c5
1 changed files with 2 additions and 2 deletions
|
@ -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" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue