

I will learn more about Hyper terminal and update this guide accordingly. There are many more features which I don't aware yet. Also check the "Awesome-hyper" github repository for d elightful Hyper plugins, themes, and resources. v, -verbose Verbose mode (disabled by default)įor more details about Hyper terminal, check the projects website and github page. U, uninstall, rm, remove Uninstall a plugin Lsr, list-remote, ls-remote List plugins available on npm


Or, $ hyper uninstall hyper-material-themeĭ, docs, h, home Open the npm page of a plugin To remove a theme or plugin, for example hyper-material-theme, run: $ hyper u hyper-material-theme Search themes and plugins for hyper terminal Now the ~/.hyper.js file will load in your default editor.įind the line that starts with "plugins " property and add the plugins on by one that you want to install like below: plugins: [ To install plugins, right click anywhere on the Hyper terminal window and choose "Preferences". Hyper terminal has a lot of cool plugins and themes to enhance the functionality and look of your terminal. Install plugins and themes for Hyper Terminal All options are self-explanatory, so it is not that difficult to configure hyper terminal. Similarly, we can customize other parameters as per our liking. To enable it, find the following line and set its value as "true". If the first font is not available, the subsequent fonts will be used.Īnother notable property is "copyOnSelect:, which allows you to copy the test upon selection. To change font family, find and modify the following line with your desired font family: fontFamily: 'Menlo, "DejaVu Sans Mono", Consolas, "Lucida Console", monospace',
