added example for keybind option

This commit is contained in:
twoneis 2025-02-06 18:33:01 +01:00
parent 2415cd8d57
commit ddccfdb328

View file

@ -45,6 +45,12 @@ in {
left = "h"; left = "h";
right = "s"; right = "s";
}; };
example = {
up = "k";
down = "j";
left = "h";
right = "l";
};
}; };
}; };