dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8c5b7af792489c8a17a46ba9114cffc094a3a066
parent 0d9e009e44205e171d0f92698e5687a9b3de0ce4
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Thu, 13 Sep 2012 17:58:51 +0200

Added xpdfrc

Diffstat:
A.xpdfrc | 8++++++++
Mcreate_symlinks.sh | 2+-
2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/.xpdfrc b/.xpdfrc @@ -0,0 +1,8 @@ +# See `man xpdfrc` for examples + +# vi-like movement +bind h any scrollLeft(16) +bind l any scrollRight(16) +bind k any scrollUp(16) +bind j any scrollDown(16) + diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -1,6 +1,6 @@ #!/bin/sh -for F in .bashrc .vimrc .tmux.conf; do +for F in .bashrc .vimrc .tmux.conf .xpdfrc; do SOURCE=$PWD/$F TARGET=~/$F