indrajithbandara / hyper-hide-scroll

Extension to hide the scrollbar in Hyper.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hyper-hide-scroll Build Status

Extension for hiding the scrollbar in Hyper.

How to use

Add hyper-hide-scroll to plugins in ~/.hyper.js:

// Example ~/.hyper.js
module.exports = {
  plugins: [
    "hyper-hide-scroll",
  ],
}

Screenshots

With hyper-hide-scroll:

hyperterm with hide scroll disabled scrollbar

Without hyper-hide-scroll (default):

hyperterm without hide-scroll

About

Extension to hide the scrollbar in Hyper.app


Languages

Language:JavaScript 100.0%