vim completion

main
Nguyen Tran Hau 2020-06-30 14:57:08 +07:00
parent ab633268e9
commit c8cadcd592
1 changed files with 11 additions and 0 deletions

View File

@ -33,3 +33,14 @@ To load package manully:
```vim
packadd bar
```
## Usage
Completion:
| Command | Description |
| --------------- | ------------------------- |
| `CTRL-N` | Insert next matching word |
| `CTRL-X CTRL-F` | File completion |
| `CTRL-X CTRL-L` | Line completion |
| `CTRL-X CTRL-Q` | Vim completion |