From 3593189a7503f6b563a727ee719bee80860df3a9 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Jan 2020 13:45:04 +0530 Subject: [PATCH] Add a link to the marks docs --- kitty/boss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/boss.py b/kitty/boss.py index 00152b934..b92142700 100644 --- a/kitty/boss.py +++ b/kitty/boss.py @@ -792,7 +792,7 @@ class Boss: self._run_kitten('ask', [ '--name=create-marker', '--message', - _('Create marker, for example:\ntext 1 ERROR') + _('Create marker, for example:\ntext 1 ERROR\nSee https://sw.kovidgoyal.net/kitty/marks.html\n') ], custom_callback=done, action_on_removal=done2)