Shorten repeat-command description, remove .i, .o

If .i and .o exist there's a delay before . gets accepted.
This commit is contained in:
Jan Verbeek 2016-07-04 13:39:00 +02:00
parent 8039e7ab74
commit 955478799b
2 changed files with 1 additions and 3 deletions

View File

@ -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']),

View File

@ -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.