You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Extract all lines in an iterable of tmux config lines that are help key bindings and return
In:
defextract_help_bindings(tmux_conf_lines):
"""Extract all lines in an iterable of tmux config lines that are help key bindings and return them as a list of HelpBinding namedtuples."""
Switch to:
defextract_help_bindings(tmux_conf_lines):
"""Extract all lines that are help key bindings in an iterable of tmux config lines and return them as a list of HelpBinding namedtuples."""
The text was updated successfully, but these errors were encountered:
hmux/help_doc_gen.py
Line 17 in f1b512e
In:
Switch to:
The text was updated successfully, but these errors were encountered: