This package provides the following services:
This package consumes the following services:
A monochrome, minimalistic terminal that goes well with Night UI and Night Syntax.
Screenshot
Install
apm install night-terminal
Usage
You can toggle the terminal open/close by pressing Ctrl+`.
night-terminal
stays in the bottom of your editor while you work.
Commands
Command | Action | Default Keybind |
---|---|---|
night-terminal:new | Create a new terminal instance. | ctrl-shift-t or 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-j or cmd-shift-j |
night-terminal:next | Switch to the terminal right of the last active terminal. | ctrl-shift-k or 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-x or cmd-shift-x |
night-terminal:close-all | Close all terminals. | –––––––––––– |
night-terminal:rename | Rename the active terminal. | –––––––––––– |
Related Projects
License
MIT