helix: minor updates

This commit is contained in:
Leonardo Eugênio 2024-09-06 00:10:22 -03:00
parent 16d3af4edb
commit b2bdcb1724

View file

@ -56,6 +56,8 @@ in
# goto mode
g.n = "goto_line_start";
g.o = "goto_line_end";
# Formatting
"space".m = ":format";
};
keys.select = {
# basic movement
@ -68,6 +70,7 @@ in
L = "extend_search_prev";
# edits
s = "insert_mode";
S = "insert_at_line_start";
# open newline
h = "open_below";
H = "open_above";
@ -87,7 +90,7 @@ in
{
name = "nix";
auto-format = true;
formatter.command = "nixpkgs-fmt";
formatter.command = "nixfmt";
}
{
name = "rust";