Skip to content

heh9/hyper-hide-scroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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