helix: Use space.g as git-related prefix
This commit is contained in:
parent
ebaa14831e
commit
b4095b5b3b
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue