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