From b1c752b86267b05ef9560ef9481cda446f2ab077 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Mon, 2 Sep 2019 00:35:11 -0400 Subject: [PATCH] zathura: tweak some settings and bindings --- .config/zathura/zathurarc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 74d70b5..2dc7db0 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -4,3 +4,15 @@ set zoom-step 05 set default-bg "#272727" set statusbar-bg "#272727" set inputbar-bg "#373737" +set window-title-basename true +set statusbar-home-tilde true + +map scroll down +map scroll up + +map H jumplist backward +map L jumplist forward + +map [normal] i toggle_index +map [index] i toggle_index +map [index] q toggle_index -- 2.20.1