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 desktopItem;
|
||||
};
|
||||
sessionVariables = { EDITOR = "hx"; };
|
||||
sessionVariables = { EDITOR = "hx"; VISUAL = "hx"; };
|
||||
};
|
||||
programs.helix = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ in
|
|||
close_on_child_death = "yes";
|
||||
clipboard_control = "write-clipboard write-primary read-clipboard read-primary";
|
||||
disable_ligatures = "never";
|
||||
editor = "nvim";
|
||||
editor = "hx";
|
||||
} // strPalette;
|
||||
keybindings = {
|
||||
"ctrl+shift+t" = "new_tab_with_cwd";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue