chore(sioyek): binds
This commit is contained in:
@@ -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" "<C-d>" ];
|
||||
"screen_up_smooth" = [ "u" "<C-u>" ];
|
||||
};
|
||||
config = {
|
||||
startup_commands = ''
|
||||
toggle_dark_mode
|
||||
'';
|
||||
startup_commands = ''
|
||||
toggle_dark_mode
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user