ctrl is \C and not ^
This commit is contained in:
parent
dc2d054d4d
commit
bf7b41e703
1 changed files with 3 additions and 3 deletions
|
@ -12,15 +12,15 @@
|
|||
};
|
||||
binds = [
|
||||
{
|
||||
key = "^A";
|
||||
key = "\\CA";
|
||||
action = "sidebar-next";
|
||||
}
|
||||
{
|
||||
key = "^L";
|
||||
key = "\\CL";
|
||||
action = "sidebar-prev";
|
||||
}
|
||||
{
|
||||
key = "^P";
|
||||
key = "\\CP";
|
||||
action = "sidebar-open";
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue