README.md: Reformat file format lines
The markdown renderer used by cgit fails miserably. I will need to use another one.master
parent
2cf4c2e8a3
commit
6cc896d06a
|
@ -94,11 +94,9 @@ may either unalias the map, or use `command X` to invoke the system command
|
|||
## Configuration
|
||||
The file format is as follows:
|
||||
|
||||
```
|
||||
key completion :cmd
|
||||
key completion |cmd
|
||||
key completion cmd
|
||||
```
|
||||
- `key completion :cmd`
|
||||
- `key completion |cmd`
|
||||
- `key completion cmd`
|
||||
|
||||
If `cmd` contains a colon (`:`) prefix, the command will be prefixed with
|
||||
`git`. If prefixed with a pipe (`|`), the command will be sent to `eval`
|
||||
|
|
Loading…
Reference in New Issue