From 72846557d5ea6ae6ae7002fc5bfd2813b54afa02 Mon Sep 17 00:00:00 2001 From: Laszlo Bacsi Date: Tue, 8 Jul 2025 20:26:04 +0200 Subject: [PATCH] docs: note which-key gitsigns group related breaking change --- docs/release-notes/rl-0.8.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/release-notes/rl-0.8.md b/docs/release-notes/rl-0.8.md index 66816adf..a03ab9fe 100644 --- a/docs/release-notes/rl-0.8.md +++ b/docs/release-notes/rl-0.8.md @@ -24,6 +24,10 @@ module interface. You may set [](#opt-vim.clipboard.registers) appropriately to configure Neovim to use the system clipboard. +- Changed which-key group used for gitsigns from `g` to `h` to + align with the "hunks" themed mapping and avoid conflict with the new [neogit] + group. + [NotAShelf](https://github.com/notashelf): [typst-preview.nvim]: https://github.com/chomosuke/typst-preview.nvim