mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-17 08:29:41 +00:00
home-manager: move sioyek to common
This commit is contained in:
parent
15e7705413
commit
d18e30494d
3 changed files with 2 additions and 3 deletions
|
|
@ -1,24 +0,0 @@
|
|||
{
|
||||
|
||||
programs.sioyek = {
|
||||
|
||||
enable = true;
|
||||
bindings = {
|
||||
"move_up" = "k";
|
||||
"move_down" = "j";
|
||||
"move_left" = "l";
|
||||
"move_right" = "h";
|
||||
"screen_down" = [
|
||||
"d"
|
||||
"<C-d>"
|
||||
];
|
||||
"screen_up" = [
|
||||
"u"
|
||||
"<C-u>"
|
||||
];
|
||||
};
|
||||
config.should_launch_new_window = "1";
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue