helix: update multimove
This commit is contained in:
parent
38b9d62597
commit
ee6c372abf
1 changed files with 2 additions and 14 deletions
|
@ -103,20 +103,8 @@ in
|
|||
space = "file_picker";
|
||||
};
|
||||
|
||||
C-j = [
|
||||
"move_line_down"
|
||||
"move_line_down"
|
||||
"move_line_down"
|
||||
"move_line_down"
|
||||
"move_line_down"
|
||||
];
|
||||
C-k = [
|
||||
"move_line_up"
|
||||
"move_line_up"
|
||||
"move_line_up"
|
||||
"move_line_up"
|
||||
"move_line_up"
|
||||
];
|
||||
C-j = (builtins.genList (_: "move_line_down") 5) ++ [ "align_view_center" ];
|
||||
C-k = (builtins.genList (_: "move_line_up") 5) ++ [ "align_view_center" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue