Input configuration written to $XDG_CONFIG_HOME/sioyek/keys_user.config. See https://github.com/ahrm/sioyek/blob/main/pdf_viewer/keys.config.
Each attribute could also accept a list of strings to set multiple bindings of the same command.
Declarations
Type
attribute set of (string or list of string)
Default
{ }
Example
{
"move_up" = "k";
"move_down" = "j";
"move_left" = "h";
"move_right" = "l";
"screen_down" = [ "d" "<c-d>" ];
"screen_up" = [ "u" "<c-u>" ];
}
</c-u></c-d>
Sign in to create a configuration using this setting.