From ca6fd41f3564bb822ff8279db5a4b7e7889b7aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Madeleine=20Sydney=20=C5=9Alaga?= Date: Sun, 8 Mar 2026 14:35:05 -0600 Subject: [PATCH] chore(sioyek): don't use smooth movement (cause it sucks) --- modules/home/users/msyds/sioyek.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/home/users/msyds/sioyek.nix b/modules/home/users/msyds/sioyek.nix index 5d5f51b..19fcf22 100644 --- a/modules/home/users/msyds/sioyek.nix +++ b/modules/home/users/msyds/sioyek.nix @@ -10,10 +10,10 @@ in { programs.sioyek = { enable = true; bindings = { - "move_down_smooth" = "j"; - "move_up_smooth" = "k"; - "screen_down_smooth" = [ "d" "" ]; - "screen_up_smooth" = [ "u" "" ]; + "move_down" = "j"; + "move_up" = "k"; + "screen_down" = [ "d" "" ]; + "screen_up" = [ "u" "" ]; }; }; };