From a14b95962f9a4f4f0e4c222dc82de090d51c7856 Mon Sep 17 00:00:00 2001 From: Thorsten Ball Date: Mon, 1 Mar 2021 11:38:18 +0100 Subject: [PATCH] Fix formatting in README to show keybinding (#577) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 204445a..6dd00f7 100644 --- a/README.md +++ b/README.md @@ -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.grep_string` | Searches for a string under the cursor in current directory. | | `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 . Press without prompt for more info | +| `builtin.file_browser` | Ivy-like file explorer. Creates files by typing in filename and pressing ``. Press `` without prompt for more info | ### Vim Pickers