diff options
Diffstat (limited to 'vim/prompt/history.keys')
| -rw-r--r-- | vim/prompt/history.keys | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vim/prompt/history.keys b/vim/prompt/history.keys new file mode 100644 index 0000000..da0b6ac --- /dev/null +++ b/vim/prompt/history.keys @@ -0,0 +1,6 @@ +:+-s/line/word/<Enter> /* replace something on first line */ +:2<Enter> /* select second line */ +:<Up><Up><Enter> /* repeat replacement */ +:e<Backspace><Backspace> /* simulate a typo on the command line */ +:3<Enter> /* select third line */ +:<Up><Up><Enter> /* repeat replacement */ |
