aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/prompt/history.keys4
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 */