Forcing hx as editor

This commit is contained in:
Filippo Berto 2026-02-04 14:06:34 +01:00
parent 1a7cfd9b0a
commit 965af26928
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC
2 changed files with 2 additions and 2 deletions

View file

@ -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";