
## Description <!-- Describe the big picture of your changes to communicate to the maintainers why we should accept this pull request. --> A new feature was added to `r.nvim` that added a new key bind. This pr adds that key bind (and group in case more are added) to the current which-key config. (I also removed a comment that I made previously for increasing the width of the which-key window to fit the longer keybind descriptions, something that eventually was taken out of the previous PR long ago) ## Related Issue(s) <!-- If this PR fixes any issues, please link to the issue here. - Fixes #<issue_number> --> None ## Screenshots <!-- Add screenshots of the changes if applicable. --> <img width="154" alt="Screenshot 2024-07-16 at 9 24 54 AM" src="https://github.com/user-attachments/assets/70336846-cf42-458e-89f3-3e7cf1b94c3f"> ## Checklist - [x] I've read the [CONTRIBUTING](https://github.com/LazyVim/LazyVim/blob/main/CONTRIBUTING.md) guidelines.