carbon: +sioyek

This commit is contained in:
Primrose 2024-08-30 10:26:08 +02:00
parent b901375351
commit 2c4019f95c
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
4 changed files with 26 additions and 1 deletions

View file

@ -0,0 +1,24 @@
{
programs.sioyek = {
enable = true;
bindings = {
"move_up" = "k";
"move_down" = "j";
"move_left" = "h";
"move_right" = "l";
"screen_down" = [
"d"
"<C-d>"
];
"screen_up" = [
"u"
"<C-u>"
];
};
config.should_launch_new_window = "1";
};
}