Forcing hx as editor
This commit is contained in:
parent
1a7cfd9b0a
commit
965af26928
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
inherit (pkgs) nil; # Nix language server
|
inherit (pkgs) nil; # Nix language server
|
||||||
# inherit desktopItem;
|
# inherit desktopItem;
|
||||||
};
|
};
|
||||||
sessionVariables = { EDITOR = "hx"; };
|
sessionVariables = { EDITOR = "hx"; VISUAL = "hx"; };
|
||||||
};
|
};
|
||||||
programs.helix = {
|
programs.helix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,7 @@ in
|
||||||
close_on_child_death = "yes";
|
close_on_child_death = "yes";
|
||||||
clipboard_control = "write-clipboard write-primary read-clipboard read-primary";
|
clipboard_control = "write-clipboard write-primary read-clipboard read-primary";
|
||||||
disable_ligatures = "never";
|
disable_ligatures = "never";
|
||||||
editor = "nvim";
|
editor = "hx";
|
||||||
} // strPalette;
|
} // strPalette;
|
||||||
keybindings = {
|
keybindings = {
|
||||||
"ctrl+shift+t" = "new_tab_with_cwd";
|
"ctrl+shift+t" = "new_tab_with_cwd";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue