Fix formatting in README to show keybinding (#577)

This commit is contained in:
Thorsten Ball
2021-03-01 11:38:18 +01:00
committed by GitHub
parent b1711389b6
commit a14b95962f

View File

@@ -372,7 +372,7 @@ Built-in functions. Ready to be bound to any key you like. :smile:
| `builtin.git_files` | Lists Git files in current directory. | | `builtin.git_files` | Lists Git files in current directory. |
| `builtin.grep_string` | Searches for a string under the cursor in current directory. | | `builtin.grep_string` | Searches for a string under the cursor in current directory. |
| `builtin.live_grep` | Searches in current directory files. (respecting .gitignore) | | `builtin.live_grep` | Searches in current directory files. (respecting .gitignore) |
| `builtin.file_browser` | Ivy-like file explorer. Creates files by typing in filename and pressing <C-e>. Press <C-e> without prompt for more info | | `builtin.file_browser` | Ivy-like file explorer. Creates files by typing in filename and pressing `<C-e>`. Press `<C-e>` without prompt for more info |
### Vim Pickers ### Vim Pickers