chore(sioyek): don't use smooth movement (cause it sucks)
Some checks failed
build / build-sydpc (push) Successful in 1m39s
build / build-fruitbook (push) Successful in 22s
build / build-deertopia (push) Failing after 46s

This commit is contained in:
2026-03-08 14:35:05 -06:00
parent f0841fdd0d
commit ca6fd41f35

View File

@@ -10,10 +10,10 @@ in {
programs.sioyek = {
enable = true;
bindings = {
"move_down_smooth" = "j";
"move_up_smooth" = "k";
"screen_down_smooth" = [ "d" "<C-d>" ];
"screen_up_smooth" = [ "u" "<C-u>" ];
"move_down" = "j";
"move_up" = "k";
"screen_down" = [ "d" "<C-d>" ];
"screen_up" = [ "u" "<C-u>" ];
};
};
};