dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit 13717252b00cdf31f877414357a3afc0be341133
parent fecbba7a8476ad07e3f0dfde3cd2f2e24731cb46
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Sat, 22 Feb 2025 20:11:06 -0300

zathura: Added Y map to copy reference

Diffstat:
M.config/zathura/zathurarc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc @@ -1 +1,4 @@ set database sqlite +set show-recent 50 + +map Y exec 'sh -c "echo \"\\\\ref{$(basename $FILE)}{<++>}{$PAGE}{<++>}\" | xclip -sel clipboard"'