diff options
| author | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-11-16 11:14:52 +0000 |
|---|---|---|
| committer | Luke Kershaw <35707277+l-kershaw@users.noreply.github.com> | 2021-11-18 19:44:12 +0000 |
| commit | d686fb27998fc130f7b851fb6c540f3f1fe806e8 (patch) | |
| tree | aeb44da568dcd5b39202b41e7d65fb82a11eab81 /doc | |
| parent | edcf07cf885f86c08c5b15f333b7c82b15c3527b (diff) | |
fix: cleanup of layout actions
* fix: finish docs and remove mistakes from merge
* fix: change order of `popup` changes based on type of change
- removes "flash" issue where popups don't update in sync
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index c20f3ea..0283759 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -154,7 +154,7 @@ telescope.setup({opts}) *telescope.setup()* 2. table <br> A table with possible keys `layout_strategy`, `layout_config` and `previewer` - Default: TODO + Default: { "horizontal", "vertical" } *telescope.defaults.winblend* @@ -1926,15 +1926,6 @@ actions.toggle_all({prompt_bufnr}) *actions.toggle_all()* {prompt_bufnr} (number) The prompt bufnr -actions.toggle_preview({prompt_bufnr}) *actions.toggle_preview()* - Toggle preview window. - - Note: preview window can be toggled even if preview is set to false. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - actions.git_create_branch({prompt_bufnr}) *actions.git_create_branch()* Create and checkout a new git branch if it doesn't already exist |
