Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrt committed Oct 19, 2014
1 parent adfc3f2 commit ce296e2
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## Sane Term
### Sane Term

Ansi Term with sane options and the ability to cycle/create terms.

__Overview__

* `sane-term` will cycle through term buffers, creating one if there are none.
* `sane-term-create` will create a new term buffer.

__Setup__

```
Expand All @@ -12,12 +17,8 @@ __Setup__

__Variables__

`sane-term-shell-command` - defaults to "/bin/bash". shell to use for sane-term.

`sane-term-initial-create` - defaults to true. `sane-term` will create first term if none exist.

`sane-term-kill-on-exit` - defaults to true. C-d or `exit` will kill the term buffer.

`sane-term-next-on-kill` - defaults to true. After killing a term buffer, cycle to another.

`sane-term-no-underline` - defaults to true. Remove underline face in the term.
* `sane-term-shell-command` [`"/bin/bash"`] - shell to use for sane-term.
* `sane-term-initial-create` [`t`] - `sane-term` will create first term if none exist.
* `sane-term-kill-on-exit` [`t`] - C-d or `exit` will kill the term buffer.
* `sane-term-next-on-kill` [`t`] - After killing a term buffer, cycle to another.
* `sane-term-no-underline` [`t`] - Remove underline face in the term.

0 comments on commit ce296e2

Please sign in to comment.