Add shortcuts for jumping to prev/next shell prompt

This commit is contained in:
Kovid Goyal
2021-07-13 14:45:13 +05:30
parent bd5f100f13
commit 51fa25e03d
9 changed files with 54 additions and 11 deletions

View File

@@ -47,6 +47,7 @@ def remove_markup(text: str) -> str:
'sessions': f'{website_url("overview")}#startup-sessions',
'functional': f'{website_url("keyboard-protocol")}#functional-key-definitions',
'action-select_tab': f'{website_url("actions")}#select-tab',
'shell_integration': website_url("shell-integration"),
}
def sub(m: Match) -> str: