1.3.0 • Published 7 years ago

hyperterm-alternatescroll v1.3.0

Weekly downloads
15
License
MIT
Repository
github
Last release
7 years ago

hyperterm-alternatescroll for hyperterm

npm version

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

Without hyperterm-alternatescroll

With 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