diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-04-19 15:14:14 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-04-19 15:14:14 +0200 |
| commit | c62e3e2a864475a9a1f83c38c738def56b20849d (patch) | |
| tree | 909b77694534abb11ee82e92d2147d6658687505 | |
| parent | 2e102a11afe9b256f0f9cf5391faf445fd40430a (diff) | |
| download | vis-c62e3e2a864475a9a1f83c38c738def56b20849d.tar.gz vis-c62e3e2a864475a9a1f83c38c738def56b20849d.tar.xz | |
Workaround bug in +- address implementation
| -rw-r--r-- | vim/prompt/history.keys | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vim/prompt/history.keys b/vim/prompt/history.keys index da0b6ac..15bc331 100644 --- a/vim/prompt/history.keys +++ b/vim/prompt/history.keys @@ -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 */ |
