Skip to content

Commit

Permalink
Remove description of configuring editors from contrib.
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Mar 18, 2012
1 parent 8136d14 commit f25432d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -178,8 +178,7 @@ An [Arch Linux package](https://aur.archlinux.org/packages.php?ID=56877) is also
<a name="Editor-Terminal-Setup"/>
## Editor & Terminal Setup

Julia support is currently available for [Emacs](https://github.com/JuliaLang/julia/tree/master/contrib#Emacs), [Vim](https://github.com/JuliaLang/julia/tree/master/contrib#Vim), and [TextMate](https://github.com/JuliaLang/julia/tree/master/contrib#TextMate).
Support files and instructions for configuring these editors can be found in [`contrib/`](https://github.com/JuliaLang/julia/tree/master/contrib).
Currently, [julia editing mode](https://github.com/JuliaLang/julia/wiki/Configuring-Editors) support is available for Emacs, Vim, and Textmate.

Adjusting your terminal bindings is optional; everything will work fine without these key bindings.
For the best interactive session experience, however, make sure that your terminal emulator (`Terminal`, `iTerm`, `xterm`, etc.) sends the `^H` sequence for `Backspace` (delete key) and that the `Shift-Enter` key combination sends a `\n` newline character to distinguish it from just pressing `Enter`, which sends a `\r` carriage return character.
Expand Down
2 changes: 0 additions & 2 deletions contrib/README.md

This file was deleted.

0 comments on commit f25432d

Please sign in to comment.