Skip to content

Commit

Permalink
Update readme to reflect possible configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonweber committed Apr 26, 2015
1 parent 196dd3f commit 91a6735
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

Open terminal on current file's directory with `ctrl-shift-t`.

Open a terminal in the project's root directory with `alt-shift-t`.
Open a terminal in the project's root directory with `alt-shift-t`.

Keybindings: `ctrl-shift-t`, `alt-shift-t`

Install: `apm install atom-terminal`

Config:
```coffeescript
"atom-terminal":
# only necessary if standard config doesn't find terminal app
app: "/path/to/your/favorite/terminal"
args: "--useThisOptionWhenLaunchingTerminal"
```

![atom-terminal](https://raw.github.com/karan/atom-terminal/master/terminal.gif)

0 comments on commit 91a6735

Please sign in to comment.