1
|
1
|
new file mode 100644
|
...
|
...
|
@@ -0,0 +1,15 @@
|
|
1
|
+# [`readline-vim`][]
|
|
2
|
+
|
|
3
|
+Upgrade [Readline][] from [`vi`][] to [Vim][].
|
|
4
|
+
|
|
5
|
+[`readline-vim`][] generates [Readline][] macros that provide [Vim][]
|
|
6
|
+[motions][], [operators][] and [text objects][] (that are useful on a single
|
|
7
|
+line).
|
|
8
|
+
|
|
9
|
+[`readline-vim`]: https://git.rcrnstn.net/rcrnstn/readline-vim
|
|
10
|
+[Readline]: https://en.wikipedia.org/wiki/Readline
|
|
11
|
+[`vi`]: https://en.wikipedia.org/wiki/vi
|
|
12
|
+[Vim]: https://en.wikipedia.org/wiki/Vim
|
|
13
|
+[motions]: https://vimhelp.org/motion.txt.html
|
|
14
|
+[operators]: https://vimhelp.org/motion.txt.html#operator
|
|
15
|
+[text objects]: https://vimhelp.org/motion.txt.html#text-objects
|