diff --git a/README.md b/README.md index 1cfc7da..5db18b0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ sudo dnf install \ nextcloud keepassxc tailscale ``` -[Helix](https://github.com/helix-editor/helix/releases) +- [Helix](https://github.com/helix-editor/helix/releases) ### Extensions @@ -42,7 +42,7 @@ sudo dnf install \ - ideapad@laurento.frittella (lenovo conservation mode) - light-style@gnome-shell-extensions.gcampax.github.com (everything light mode) - 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) diff --git a/files/helix/.config/helix/config.toml b/files/helix/.config/helix/config.toml index bd01aa8..3b3525f 100644 --- a/files/helix/.config/helix/config.toml +++ b/files/helix/.config/helix/config.toml @@ -27,3 +27,5 @@ cursor-line = "error" "_" = ["extend_line_up", "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}}"