Skip to content

Commit

Permalink
Merge pull request #310 from markburns/patch-1
Browse files Browse the repository at this point in the history
Add section about text editor settings
  • Loading branch information
rstacruz committed Feb 1, 2016
2 parents a8cfe2f + d22d8ec commit f8aa9af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ in `development`. Another option would be to use Webrick, Mongrel, Thin,
or another single-process server as your `rails server`, when you are trying
to troubleshoot an issue in development.

##Specify editor to open files in

```ruby
# e.g. in config/initializers/better_errors.rb
# Other preset values are [:mvim, :macvim, :textmate, :txmt, :tm, :sublime, :subl, :st]
BetterErrors.editor = :mvim
```

## Get in touch!

If you're using better_errors, I'd love to hear from you. Drop me a line and tell me what you think!
Expand Down

0 comments on commit f8aa9af

Please sign in to comment.