From 6f33f1d6ba837b42fb54b7481ce93dc4b196c282 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 24 Jul 2023 10:28:19 -0400 Subject: [PATCH] README.md: add section bind to zathura conf --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15438b1..1d68d72 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,11 @@ or add the following to your `.config/zathura/zathurarc`: ``` map exec copy_ref +map exec "copy_ref --section" ``` -This will make Ctrl-L copy a reference to the current page in Zathura. +This will make Ctrl-L copy a reference to the current page, +and Ctrl-G copy a reference to a specific section in Zathura. ## limitations