diff options
| author | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-12-03 16:50:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-03 17:50:44 +0100 |
| commit | 582dbd4da8c7e4b1137013574acd37a096c2fbf2 (patch) | |
| tree | e90528c7ecd3e21f7f2aa15110bdb5991b5bfd98 /doc | |
| parent | 4016ebe8e8d42b9e270574a248eaf5edfe874a4f (diff) | |
defaults: change `center` layout default size (#1546)
* defaults: change `center` layout default size
- now matches the description and has space for a preview above the central block
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 5d4dd64..50d61f9 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -119,10 +119,10 @@ telescope.setup({opts}) *telescope.setup()* prompt_position = "top" }, center = { - height = 0.9, + height = 0.4, preview_cutoff = 40, prompt_position = "top", - width = 0.8 + width = 0.5 }, cursor = { height = 0.9, |
