I don't think Helix is gonna happen until I can really script it out

This commit is contained in:
Daniel Flanagan 2022-06-07 09:33:15 -05:00
parent 44a3ddc49f
commit aa16087903
Signed by untrusted user: lytedev-divvy
GPG Key ID: 6D69CEEE4ABBCD82
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ K = { k = "normal_mode", j = "normal_mode", K = "normal_mode", J = "normal_mode"
[keys.normal]
g = { G = "goto_last_line" }
D = "kill_to_line_end"
C = ["kill_to_line_end", "insert_mode"]
"^" = "goto_line_start"
[keys.select]
g = { G = "goto_last_line" }