Skip to content

Instantly share code, notes, and snippets.

@nacyot
Created August 24, 2013 01:21
Show Gist options
  • Save nacyot/6325444 to your computer and use it in GitHub Desktop.
Save nacyot/6325444 to your computer and use it in GitHub Desktop.
(require 'mouse)
(xterm-mouse-mode t)
(global-set-key [mouse-4] '(lambda () (interactive) (scroll-down 3)))
(global-set-key [mouse-5] '(lambda () (interactive) (scroll-up 3)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment