Skip to content

Commit

Permalink
Add .editrc file.
Browse files Browse the repository at this point in the history
libedit customization.  Helps when running irb or `rails console`.

So far, added vi keybindings, ctrl-r for searching, and tab completion.
http://hints.macworld.com/article.php?story=20080313113705760
  • Loading branch information
duff committed Dec 31, 2012
1 parent 6f3539e commit f58e04f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
bind -v
bind "^R" em-inc-search-prev
bind \\t rl_complete

0 comments on commit f58e04f

Please sign in to comment.