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