| ... | ... |
@@ -36,6 +36,21 @@ of [uncanny valley][] since (Readline's) `vi` (mode) does not include the many |
| 36 | 36 |
improvements contained in Vim that you have come to rely on, mainly [text |
| 37 | 37 |
objects][]. |
| 38 | 38 |
|
| 39 |
+## Usage |
|
| 40 |
+ |
|
| 41 |
+Clone the repository |
|
| 42 |
+ |
|
| 43 |
+```sh |
|
| 44 |
+git clone https://git.rcrnstn.net/rcrnstn/readline-vim |
|
| 45 |
+cd readline-vim |
|
| 46 |
+``` |
|
| 47 |
+ |
|
| 48 |
+and append the output to your `~/.inputrc` |
|
| 49 |
+ |
|
| 50 |
+```sh |
|
| 51 |
+./readline-vim >> ~/.inputrc |
|
| 52 |
+``` |
|
| 53 |
+ |
|
| 39 | 54 |
## Similar projects |
| 40 | 55 |
|
| 41 | 56 |
- [`bash-surround`](https://github.com/liloman/bash-surround) |