Add sidebar binds to index and pager
This commit is contained in:
parent
bf7b41e703
commit
12e2a872a6
1 changed files with 3 additions and 0 deletions
|
@ -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" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue