From 2e102a11afe9b256f0f9cf5391faf445fd40430a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Tue, 19 Apr 2016 14:10:13 +0200 Subject: Initial import of test branch from vis repository --- vim/prompt/history.in | 3 +++ vim/prompt/history.keys | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 vim/prompt/history.in create mode 100644 vim/prompt/history.keys (limited to 'vim/prompt') diff --git a/vim/prompt/history.in b/vim/prompt/history.in new file mode 100644 index 0000000..a92d664 --- /dev/null +++ b/vim/prompt/history.in @@ -0,0 +1,3 @@ +line 1 +line 2 +line 3 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/ /* replace something on first line */ +:2 /* select second line */ +: /* repeat replacement */ +:e /* simulate a typo on the command line */ +:3 /* select third line */ +: /* repeat replacement */ -- cgit v1.2.3