docs: update README.md (#1099)

This commit is contained in:
you-n-g
2021-08-12 02:12:20 +08:00
committed by GitHub
parent 06e55d3b3a
commit d4a52ded67

View File

@@ -270,11 +270,12 @@ Mappings are fully customizable.
Many familiar mapping patterns are setup as defaults.
| Mappings | Action |
|----------------|----------------------------------|
|----------------|--------------------------------------------|
| `<C-n>/<Down>` | Next item |
| `<C-p>/<Up>` | Previous item |
| `j/k` | Next/previous (in normal mode) |
| `<cr>` | Confirm selection |
| `<C-q>` | Confirm selection and open quickfix window |
| `<C-x>` | go to file selection as a split |
| `<C-v>` | go to file selection as a vsplit |
| `<C-t>` | go to a file in a new tab |