chore(sioyek): binds
This commit was merged in pull request #7.
This commit is contained in:
@@ -9,10 +9,16 @@ in {
|
|||||||
config = lib.mkIf cfg.enable {
|
config = lib.mkIf cfg.enable {
|
||||||
programs.sioyek = {
|
programs.sioyek = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
bindings = {
|
||||||
|
"move_down_smooth" = "j";
|
||||||
|
"move_up_smooth" = "k";
|
||||||
|
"screen_down_smooth" = [ "d" "<C-d>" ];
|
||||||
|
"screen_up_smooth" = [ "u" "<C-u>" ];
|
||||||
|
};
|
||||||
config = {
|
config = {
|
||||||
startup_commands = ''
|
startup_commands = ''
|
||||||
toggle_dark_mode
|
toggle_dark_mode
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user