-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Seamless Hyper integration
David Refoua edited this page May 1, 2018
·
21 revisions
Hyper is a new type of terminal emulator, built with web-technologies and can be used as an alternative to ConEmu as the terminal emulator. To run Cmder with Hyper instead of ConEmu, follow these steps:
- If you're not using a recent version of Hyper, update to the latest version.
- In your Hyper terminal environment, press Ctrl + , (Control-Comma) to open the Preferences config file. Alternatively, you may edit the file from
%userprofile%\.hyper.jswith your favorite text editor. - Navigate to the near end of the configuration file, find and modify these variables according to the values provided here:
shell: 'cmd.exe',
shellArgs: ['/k', '[cmder_root]\\vendor\\init.bat'],
env: { 'TERM':'cygwin' }, // required for git-for-windows
(Substitute [cmder_root] with your Cmder installation directory.)
Recommended Optional Steps:
In the plugins array, you can add 'hyperterm-monokai', 'hyper-tab-icons' and 'hyper-statusline' plugins to use the monokai color scheme and get a more Cmder-like user interface.
Here's a demo of Cmder on Hyper:
You can call this installation Hyper Cmder (read Hyper Commander).
Guide courtesy of @DRSDavidSoft (David Refoua)