mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Add evil helix
This commit is contained in:
parent
a15ee278a5
commit
194c838432
1 changed files with 2 additions and 0 deletions
|
|
@ -53,10 +53,12 @@ in {
|
|||
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
package = pkgs.evil-helix;
|
||||
|
||||
settings = {
|
||||
keys.normal = {
|
||||
"esc" = [ "collapse_selection" "keep_primary_selection" ];
|
||||
"V" = [ "select_mode" "extend_to_line_bounds" ];
|
||||
};
|
||||
editor = {
|
||||
line-number = "relative";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue