Rename nextsearch command to search-next
This commit is contained in:
parent
42fa415b17
commit
da2dc4861f
@ -116,7 +116,7 @@ class SearchManager(QObject):
|
||||
self._search(text, rev=True)
|
||||
|
||||
@cmdutils.register(instance='searchmanager', hide=True)
|
||||
def nextsearch(self, count=1):
|
||||
def search_next(self, count=1):
|
||||
"""Continue the search to the ([count]th) next term.
|
||||
|
||||
Args:
|
||||
|
@ -618,7 +618,7 @@ DATA = OrderedDict([
|
||||
('u', 'undo'),
|
||||
('gg', 'scroll-perc-y 0'),
|
||||
('G', 'scroll-perc-y'),
|
||||
('n', 'nextsearch'),
|
||||
('n', 'search-next'),
|
||||
('i', 'enter-mode insert'),
|
||||
('yy', 'yank'),
|
||||
('yY', 'yank sel'),
|
||||
|
Loading…
Reference in New Issue
Block a user