Watch
1
0
Fork
You've already forked dotfiles
0

helix: Use space.g as git-related prefix

This commit is contained in:
Jeremy Kaplan 2026-09-04 21:33:48 -04:00
commit b4095b5b3b

View file

@ -70,6 +70,11 @@ tabpad = ""
[keys.normal]
"C-l" = [":config-reload", ":redraw"]
[keys.normal.space.g]
"b" = ":sh git blame -L '%{selection_line_start},%{selection_line_end}' '%{buffer_name}'"
"f" = "changed_file_picker"
"h" = ":noop %sh{gh browse '%{buffer_name}:%{cursor_line}' --commit=%sh{git rev-parse HEAD}}"
[keys.normal.space.t]
"q" = ":reflow"
"w" = ":toggle whitespace.render all none"