This package provides:
This package consumes:

A monochrome, minimalistic terminal that goes well with Night UI and Night Syntax.

apm install night-terminal
You can toggle the terminal open/close by pressing Ctrl+`.
night-terminal stays in the bottom of your editor while you work.
| Command | Action | Default Keybind |
|---|---|---|
| night-terminal:new | Create a new terminal instance. | ctrl-shift-tor cmd-shift-t |
| night-terminal:toggle | Toggle the last active terminal instance. Note: This will create a new terminal if it needs to. |
ctrl-`(Control + Backtick) |
| night-terminal:prev | Switch to the terminal left of the last active terminal. | ctrl-shift-jor cmd-shift-j |
| night-terminal:next | Switch to the terminal right of the last active terminal. | ctrl-shift-kor cmd-shift-k |
| night-terminal:insert-selected-text | Run the selected text as a command in the active terminal. | ctrl-enter |
| night-terminal:insert-text | Bring up an input box for using IME and special keys. | –––––––––––– |
| night-terminal:fullscreen | Toggle fullscreen for active terminal. | –––––––––––– |
| night-terminal:close | Close the active terminal. | ctrl-shift-xor cmd-shift-x |
| night-terminal:close-all | Close all terminals. | –––––––––––– |
| night-terminal:rename | Rename the active terminal. | –––––––––––– |
MIT