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)
|
self._search(text, rev=True)
|
||||||
|
|
||||||
@cmdutils.register(instance='searchmanager', hide=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.
|
"""Continue the search to the ([count]th) next term.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
@ -618,7 +618,7 @@ DATA = OrderedDict([
|
|||||||
('u', 'undo'),
|
('u', 'undo'),
|
||||||
('gg', 'scroll-perc-y 0'),
|
('gg', 'scroll-perc-y 0'),
|
||||||
('G', 'scroll-perc-y'),
|
('G', 'scroll-perc-y'),
|
||||||
('n', 'nextsearch'),
|
('n', 'search-next'),
|
||||||
('i', 'enter-mode insert'),
|
('i', 'enter-mode insert'),
|
||||||
('yy', 'yank'),
|
('yy', 'yank'),
|
||||||
('yY', 'yank sel'),
|
('yY', 'yank sel'),
|
||||||
|
Loading…
Reference in New Issue
Block a user