Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 626 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 626 Bytes

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