...
|
...
|
@@ -2,11 +2,12 @@
|
2
|
2
|
|
3
|
3
|
Upgrade [Readline][] from [`vi`][] to [Vim][].
|
4
|
4
|
|
5
|
|
-[`readline-vim`][] generates [Readline][] macros that provide [Vim][]
|
6
|
|
-[motions][], [operators][] and [text objects][] (that are useful on a single
|
7
|
|
-line).
|
|
5
|
+[`readline-vim`][] is a Python program that generates [Readline][] macros that
|
|
6
|
+provide [Vim][] [motions][], [operators][] and [text objects][] (that are
|
|
7
|
+useful on a single line).
|
8
|
8
|
|
9
|
9
|
[`readline-vim`]: https://git.rcrnstn.net/rcrnstn/readline-vim
|
|
10
|
+[Python]: https://www.python.org
|
10
|
11
|
[Readline]: https://en.wikipedia.org/wiki/Readline
|
11
|
12
|
[`vi`]: https://en.wikipedia.org/wiki/vi
|
12
|
13
|
[Vim]: https://en.wikipedia.org/wiki/Vim
|