fix(which_key): close window on mouse click action (#3053)
* fix(which_key): close window on mouse click action `nvim_buf_delete` is not allowed during text change or window change. Window switching with left mouse click was leading to race condition/error. * [docgen] Update doc/telescope.txt skip-checks: true --------- Co-authored-by: Github Actions <actions@github>
This commit is contained in:
@@ -3678,6 +3678,8 @@ action_generate.which_key({opts}) *telescope.actions.generate.which_key()*
|
||||
"TelescopePromptBorder")
|
||||
{winblend} (number) pseudo-transparency of keymap
|
||||
hints floating window
|
||||
{zindex} (number) z-index of keymap hints floating
|
||||
window (default: 100)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user