Installing a command line inside atom

One of the coolest features of atom.io is to allow you to work in the command line within the same interface. This package comes bundled with keybindings that will help you be faster and more productive.

To install search for term3 in packages within atom or from the terminal run $ apm install term3. Once is done installing try some of this keybindings to open it up.

key binding

event

action

ctrl + alt + t

term2:open

Opens new terminal tab pane

ctrl + alt + up

term2:open-split-up

Opens new terminal tab pane in up split

ctrl + alt + right

term2:open-split-right

Opens new terminal tab pane in right split

ctrl + alt + down

term2:open-split-down

Opens new terminal tab pane in down split

ctrl + alt + left

term2:open-split-left

Opens new terminal tab pane in left split

cmd + k, t, t

term2:open

Opens new terminal tab pane

cmd + k, t, up

term2:open-split-up

Opens new terminal tab pane in up split

cmd + k, t, right

term2:open-split-right

Opens new terminal tab pane in right split

cmd + k, t, down

term2:open-split-down

Opens new terminal tab pane in down split

cmd + k, t, left

term2:open-split-left

Opens new terminal tab pane in left split

Read more about Term3

Last updated

Was this helpful?