Skip to content

Commit

Permalink
Comment up the .editrc.
Browse files Browse the repository at this point in the history
  • Loading branch information
duff committed Dec 31, 2012
1 parent 1084b39 commit 6286100
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bind -v
bind "^R" em-inc-search-prev
bind "^i" rl_complete
bind "^p" ed-command
bind -v # vim keybindings
bind "^R" em-inc-search-prev # ctrl-r search
bind "^i" rl_complete # for tab completion
bind "^p" ed-command # libedit command mode

0 comments on commit 6286100

Please sign in to comment.