From f71cbb9f5c646e99135edb55412a617bf823aa98 Mon Sep 17 00:00:00 2001 From: Marcel Ilg Date: Sun, 25 May 2025 13:50:19 +0200 Subject: [PATCH] docs(hl-todo): Remove removed keybinding Commit 0893edefae1fe548c7e1112038c6e50b9e35bd26 removed magit-todos and the "SPC p t" keybinding. The documentation of hl-todo does not reflect this change. This commit removes said keybinding from hl-todos documentation. --- modules/ui/hl-todo/README.org | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ui/hl-todo/README.org b/modules/ui/hl-todo/README.org index c369c3104..2d04a3c36 100644 --- a/modules/ui/hl-todo/README.org +++ b/modules/ui/hl-todo/README.org @@ -56,7 +56,6 @@ occur in code comments: |---------+----------------------------------| | [[kbd:][]t]] | go to next TODO item | | [[kbd:][[t]] | go to previous TODO item | -| [[kbd:][SPC p t]] | show all TODO items in a project | | [[kbd:][SPC s p]] | search project for a string | | [[kbd:][SPC s b]] | search buffer for string |