Shorten repeat-command description, remove .i, .o
If .i and .o exist there's a delay before . gets accepted.
This commit is contained in:
parent
8039e7ab74
commit
955478799b
@ -1463,10 +1463,8 @@ KEY_DATA = collections.OrderedDict([
|
||||
('hint all hover', [';h']),
|
||||
('hint images', [';i']),
|
||||
('hint images tab', [';I']),
|
||||
('hint images tab-bg', ['.i']),
|
||||
('hint links fill ":open {hint-url}"', [';o']),
|
||||
('hint links fill ":open -t {hint-url}"', [';O']),
|
||||
('hint links fill ":open -b {hint-url}"', ['.o']),
|
||||
('hint links yank', [';y']),
|
||||
('hint links yank-primary', [';Y']),
|
||||
('hint --rapid links tab-bg', [';r']),
|
||||
|
@ -223,7 +223,7 @@ def debug_set_fake_clipboard(s=None):
|
||||
@cmdutils.argument('win_id', win_id=True)
|
||||
@cmdutils.argument('count', count=True)
|
||||
def repeat_command(win_id, count=None):
|
||||
"""Repeat the last executed command, like '.' in vi.
|
||||
"""Repeat the last executed command.
|
||||
|
||||
Args:
|
||||
count: Which count to pass the command.
|
||||
|
Loading…
Reference in New Issue
Block a user