Mousewheel/trackpad scrolling for alternate screen. (less, git log, nano, etc...)
npm install hyperterm-alternatescroll
Mousewheel/trackpad scrolling for alternate screen. (less, git log, nano, etc...)
Hyperterm 0.7.2 or the latest master branch.
#### Without hyperterm-alternatescroll
!Without hyperterm-alternatescroll
#### With hyperterm-alternatescroll
!With hyperterm-alternatescroll
add hyperterm-alternatescroll to ~/.hyperterm.js's plugin list.
``javascript`
{
//...
plugins:["hyperterm-alternatescroll"],
}
You can tweak the scroll speed in ~/.hyperterm.js.`javascript``
module.exports = {
config: {
// for hyperterm-alternatescroll plugin
alternateScroll: {
// 1 to 100 is supported
scrollSpeed: 80
}
}
}
The MIT License (MIT)
Copyright (c) 2016 lkzhao