added example for keybind option
This commit is contained in:
parent
2415cd8d57
commit
ddccfdb328
1 changed files with 6 additions and 0 deletions
|
@ -45,6 +45,12 @@ in {
|
||||||
left = "h";
|
left = "h";
|
||||||
right = "s";
|
right = "s";
|
||||||
};
|
};
|
||||||
|
example = {
|
||||||
|
up = "k";
|
||||||
|
down = "j";
|
||||||
|
left = "h";
|
||||||
|
right = "l";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue