hx: add git blame bind

This commit is contained in:
2025-09-19 09:36:41 +02:00
parent 3d49d5e784
commit c6dba5c781
2 changed files with 4 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ sudo dnf install \
nextcloud keepassxc tailscale nextcloud keepassxc tailscale
``` ```
[Helix](https://github.com/helix-editor/helix/releases) - [Helix](https://github.com/helix-editor/helix/releases)
### Extensions ### Extensions
@@ -42,7 +42,7 @@ sudo dnf install \
- ideapad@laurento.frittella (lenovo conservation mode) - ideapad@laurento.frittella (lenovo conservation mode)
- light-style@gnome-shell-extensions.gcampax.github.com (everything light mode) - light-style@gnome-shell-extensions.gcampax.github.com (everything light mode)
- rounded-window-corners@fxgn (rounded corners of all windows) - rounded-window-corners@fxgn (rounded corners of all windows)
- tiling-assistant@leleat-on-github (2 gaps, tiling state, super+wasd) - tiling-assistant@leleat-on-github (4 gaps, tiling state, super+wasd)
- user-theme@gnome-shell-extensions.gcampax.github.com (legacy apps adw-gtk3, icons papirus) - user-theme@gnome-shell-extensions.gcampax.github.com (legacy apps adw-gtk3, icons papirus)

View File

@@ -27,3 +27,5 @@ cursor-line = "error"
"_" = ["extend_line_up", "extend_to_line_bounds"] "_" = ["extend_line_up", "extend_to_line_bounds"]
"+" = ["extend_line_down", "extend_to_line_bounds"] "+" = ["extend_line_down", "extend_to_line_bounds"]
[keys.normal.g]
"b" = ":echo %sh{git blame -L %{cursor_line},+1 %{buffer_name}}"