Skip to content

Instantly share code, notes, and snippets.

@niklaskeerl
Last active July 26, 2020 15:38
Show Gist options
  • Save niklaskeerl/68dabc3ef68d3d0573a5350f45fa503e to your computer and use it in GitHub Desktop.
Save niklaskeerl/68dabc3ef68d3d0573a5350f45fa503e to your computer and use it in GitHub Desktop.
xpdfrc configuration file
# to start xpdf always in fullscreen mode
# use this alias xpdf='xpdf -fullscreen'
# set zoom to page
initialZoom page
defaultFitZoom 600
# display mode to single page
initialDisplayMode single
# Set key bindings
bind f any toggleFullScreenMode
bind n any findNext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment