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";
|
||||
action = "sidebar-next";
|
||||
map = [ "index" "pager" ];
|
||||
}
|
||||
{
|
||||
key = "\\CL";
|
||||
action = "sidebar-prev";
|
||||
map = [ "index" "pager" ];
|
||||
}
|
||||
{
|
||||
key = "\\CP";
|
||||
action = "sidebar-open";
|
||||
map = [ "index" "pager" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue