diff --git a/modules/home/users/msyds/sioyek.nix b/modules/home/users/msyds/sioyek.nix index 1530d6e..bddd10f 100644 --- a/modules/home/users/msyds/sioyek.nix +++ b/modules/home/users/msyds/sioyek.nix @@ -9,10 +9,16 @@ in { config = lib.mkIf cfg.enable { programs.sioyek = { enable = true; + bindings = { + "move_down_smooth" = "j"; + "move_up_smooth" = "k"; + "screen_down_smooth" = [ "d" "" ]; + "screen_up_smooth" = [ "u" "" ]; + }; config = { - startup_commands = '' - toggle_dark_mode - ''; + startup_commands = '' + toggle_dark_mode + ''; }; }; };