Skip to content

Commit daf99e7

Browse files
committed
[helix] Add a keymapping to open GitHub in blame view
This is *finally* added in https://github.com/cli/cli/releases/tag/v2.88.0
1 parent 8c6c81f commit daf99e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.config/helix.symlink/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,6 @@ p = [":echo %sh{prek run --files %{buffer_name}}", ":reload"]
6060
B = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"
6161

6262
[keys.normal.space.W]
63+
B = ":sh gh browse --blame %{buffer_name}:%{cursor_line}"
6364
L = ":sh gh browse %{buffer_name}:%{cursor_line}"
6465
W = ":sh gh browse %{buffer_name}"

0 commit comments

Comments
 (0)