summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorwordhou <36526373+wordhou@users.noreply.github.com>2021-01-17 22:09:23 -0600
committerGitHub <noreply@github.com>2021-01-17 23:09:23 -0500
commit7e241aa0a45369b8187a4a0cf8d5bb9087286ecc (patch)
treea1cc2f5ff6a780d4ee3d6d569e0530aca645c9a8 /README.md
parentc2039ca78d261392b0ab7bef85b3c5f1c8f507b9 (diff)
feat: Add option to set initial_mode (#442)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2161a9a..e7cebbd 100644
--- a/README.md
+++ b/README.md
@@ -139,6 +139,7 @@ require('telescope').setup{
},
prompt_position = "bottom",
prompt_prefix = ">",
+ initial_mode = "insert",
selection_strategy = "reset",
sorting_strategy = "descending",
layout_strategy = "horizontal",
@@ -189,6 +190,7 @@ EOF
|------------------------|-------------------------------------------------------|----------------------------|
| `prompt_position` | Where the prompt should be located. | top/bottom |
| `prompt_prefix` | What should the prompt prefix be. | string |
+| `initial_mode` | The initial mode when a prompt is opened. | insert/normal |
| `sorting_strategy` | Where first selection should be located. | descending/ascending |
| `layout_strategy` | How the telescope is drawn. | [supported layouts](https://github.com/nvim-telescope/telescope.nvim/wiki/Layouts) |
| `winblend` | How transparent is the telescope window should be. | NUM |