From 99f470a6683e7a2caf5a665256dfa82978545044 Mon Sep 17 00:00:00 2001 From: Rahul Martim Juliato Date: Thu, 10 Oct 2024 16:23:45 -0300 Subject: [PATCH] doc(prs): add PRs note to be directed to development --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5c3fc08..625c45b 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,8 @@ emacs | `K` | Show hover documentation | | `gcc` | Comment/uncomment current line | | `gc` | Comment/uncomment selected region | +| `gd` | Goto definitions | +| `gr` | Goto references | ...and a lot more, discoverable with which-key :) @@ -226,3 +228,9 @@ feedback to improve the project. To contribute, feel free to open an issue or submit a pull request. Let's make this configuration even better together! + + +## About PRs + +Always welcome, not a promise to accept though (see above). Please +direct your PRs to the `development` branch of this repository.