Skip to content

Instantly share code, notes, and snippets.

@kkismd
Created May 28, 2010 04:50
Show Gist options
  • Save kkismd/416767 to your computer and use it in GitHub Desktop.
Save kkismd/416767 to your computer and use it in GitHub Desktop.
(add-hook 'view-mode-hook
(lambda ()
(define-key view-mode-map "b" 'View-scroll-page-backward)
(define-key view-mode-map "j" 'View-scroll-line-forward)
(define-key view-mode-map "k" 'View-scroll-line-backward)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment