dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 6bbfa1ee3ddc4c93cd5002ccaebbe113eb4a527b
parent 152a30d1a5fe5ff7d24dd58d45071770ef1107b3
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Fri, 29 Jul 2022 20:13:53 +0200

zathura: swap j/k, I find it more intuitive

Diffstat:
Mzathura/zathurarc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zathura/zathurarc b/zathura/zathurarc @@ -32,8 +32,8 @@ map d scroll half-down map D toggle_page_mode map r reload map R rotate -map K zoom in -map J zoom out +map J zoom in +map K zoom out map i recolor map P print map p snap_to_page