From b0d432b819f320dab8187d694bc1008c4cc2de6a Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Thu, 23 Sep 2021 14:31:58 -0400 Subject: [PATCH] doc: Document jump mode --- config/astronaut.conf | 3 ++- doc/astronaut.1.scd | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/astronaut.conf b/config/astronaut.conf index ac6bc45..f8309c5 100644 --- a/config/astronaut.conf +++ b/config/astronaut.conf @@ -12,6 +12,8 @@ follow { } bind : prompt +bind f follow +bind j jump bind o prompt "open " bind O newtab && prompt "open " bind e prompt open $url @@ -34,4 +36,3 @@ bind b bookmark bind ctrl-b open about://bookmarks bind s prompt "search " bind q quit -bind f follow diff --git a/doc/astronaut.1.scd b/doc/astronaut.1.scd index bdb72ac..579e29e 100644 --- a/doc/astronaut.1.scd +++ b/doc/astronaut.1.scd @@ -26,6 +26,11 @@ The following commands are supported: Enters follow mode. Visible links will be assigned a unique label, and can be focused by typing the label. +*jump* + Enters jump mode. A table of contents will be presented as a series of + links. Clicking a link will jump to the location of the heading in the + page. + *open* Opens the given URL. If the scheme is ommitted, a scheme of "gemini" is assumed. -- 2.38.5