aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim')
-rw-r--r--vim/prompt/history.in3
-rw-r--r--vim/prompt/history.keys6
2 files changed, 0 insertions, 9 deletions
diff --git a/vim/prompt/history.in b/vim/prompt/history.in
deleted file mode 100644
index a92d664..0000000
--- a/vim/prompt/history.in
+++ /dev/null
@@ -1,3 +0,0 @@
-line 1
-line 2
-line 3
diff --git a/vim/prompt/history.keys b/vim/prompt/history.keys
deleted file mode 100644
index 15bc331..0000000
--- a/vim/prompt/history.keys
+++ /dev/null
@@ -1,6 +0,0 @@
-:+-s/line/word/<Enter> /* replace something on first line */
-:2<Enter>l /* select second line */
-:<Up><Up><Enter> /* repeat replacement */
-:e<Backspace><Backspace> /* simulate a typo on the command line */
-:3<Enter>l /* select third line */
-:<Up><Up><Enter> /* repeat replacement */