Add sidebar binds to index and pager

This commit is contained in:
Charlotte 🦝 Delenk 2022-01-19 16:10:09 +01:00
parent bf7b41e703
commit 12e2a872a6
Signed by: darkkirb
GPG key ID: 015E3768A70AFBC5

View file

@ -14,14 +14,17 @@
{ {
key = "\\CA"; key = "\\CA";
action = "sidebar-next"; action = "sidebar-next";
map = [ "index" "pager" ];
} }
{ {
key = "\\CL"; key = "\\CL";
action = "sidebar-prev"; action = "sidebar-prev";
map = [ "index" "pager" ];
} }
{ {
key = "\\CP"; key = "\\CP";
action = "sidebar-open"; action = "sidebar-open";
map = [ "index" "pager" ];
} }
]; ];
}; };