Skip to content

Commit

Permalink
Workaround bug in +- address implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Apr 19, 2016
1 parent 2e102a1 commit c62e3e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/prompt/history.keys
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:+-s/line/word/<Enter> /* replace something on first line */
:2<Enter> /* select second line */
:2<Enter>l /* select second line */
:<Up><Up><Enter> /* repeat replacement */
:e<Backspace><Backspace> /* simulate a typo on the command line */
:3<Enter> /* select third line */
:3<Enter>l /* select third line */
:<Up><Up><Enter> /* repeat replacement */

0 comments on commit c62e3e2

Please sign in to comment.