diff --git a/qutebrowser/commands/parsers.py b/qutebrowser/commands/parsers.py index 78da5d6bf..3d0c87bbf 100644 --- a/qutebrowser/commands/parsers.py +++ b/qutebrowser/commands/parsers.py @@ -107,6 +107,7 @@ class SearchParser(QObject): """ self._search(text, rev=True) + @cmdutils.register(instance='searchparser', hide=True) def nextsearch(self, count=1): """Continue the search to the ([count]th) next term.