X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=xpdfrc;h=1e069e6ab4fc89c3533bc04875f6efb06be19c06;hb=f08deb1fc626e530287bc140cc6ee9e5c2882d75;hp=2a355faeb6e5894a4b40ebee0d567d6f2368daa4;hpb=99690b2935bb89cd7862196bde2995e3327b3c4a;p=config%2Fdotfiles.git diff --git a/xpdfrc b/xpdfrc index 2a355fa..1e069e6 100644 --- a/xpdfrc +++ b/xpdfrc @@ -1,10 +1,34 @@ # xpdf configuration file. +# Copyright (C) 2011-2012 Simon Ruderich +# +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this file. If not, see . + # Include the system wide configuration file as xpdf doesn't load it # automatically if ~/.xpdfrc is present. include /etc/xpdf/xpdfrc +# Toggle outline. +bind ctrl-o any toggleOutline + +# Vi like bindings for scrolling. +bind k any pageUp +bind j any pageDown +bind h any scrollLeft(16) +bind l any scrollRight(16) + # Use Elinks to open URLs. urlCommand "elinks -remote '%s'"