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-t orcmd-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-j orcmd-shift-j
|
night-terminal:next | Switch to the terminal right of the last active terminal. |
ctrl-shift-k orcmd-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-x orcmd-shift-x
|
night-terminal:close-all | Close all terminals. | –––––––––––– |
night-terminal:rename | Rename the active terminal. | –––––––––––– |
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.