chore(sioyek): don't use smooth movement (cause it sucks)
This commit is contained in:
@@ -10,10 +10,10 @@ in {
|
|||||||
programs.sioyek = {
|
programs.sioyek = {
|
||||||
enable = true;
|
enable = true;
|
||||||
bindings = {
|
bindings = {
|
||||||
"move_down_smooth" = "j";
|
"move_down" = "j";
|
||||||
"move_up_smooth" = "k";
|
"move_up" = "k";
|
||||||
"screen_down_smooth" = [ "d" "<C-d>" ];
|
"screen_down" = [ "d" "<C-d>" ];
|
||||||
"screen_up_smooth" = [ "u" "<C-u>" ];
|
"screen_up" = [ "u" "<C-u>" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user