Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature: hide popup when in Hydra mode #778

Closed
1 task done
franroa opened this issue Jul 22, 2024 · 2 comments · Fixed by #779
Closed
1 task done

feature: hide popup when in Hydra mode #778

franroa opened this issue Jul 22, 2024 · 2 comments · Fixed by #779
Labels
enhancement New feature or request

Comments

@franroa
Copy link

franroa commented Jul 22, 2024

Did you check the docs?

  • I have read all the which-key.nvim docs

Is your feature request related to a problem? Please describe.

When using Hydra mode on my laptop the DAP keymap are taking too much place on the screen. This is a bit noisy when debugging, of I leave the cursor centered (with typewriter, for example)

Describe the solution you'd like

I wonder how difficult would be to add a key map to somehow hide the popup window without exiting hydra

Describe alternatives you've considered

I am clueless at this point TBH

Additional context

No response

@franroa franroa added the enhancement New feature or request label Jul 22, 2024
@folke folke closed this as completed in e6fea48 Jul 22, 2024
@folke
Copy link
Owner

folke commented Jul 22, 2024

I just pushed a change where you can override show({delay = ...}).
Just set it to a large number to prevent it from showing.

@franroa
Copy link
Author

franroa commented Jul 22, 2024

awesome, thanks!

folke pushed a commit that referenced this issue Jul 22, 2024
🤖 I have created a release *beep* *boop*
---


##
[3.12.0](v3.11.1...v3.12.0)
(2024-07-22)


### Features

* **api:** allow overriding delay. Closes
[#778](#778)
([e6fea48](e6fea48))


### Bug Fixes

* dont expand nodes without children. Fixes
[#782](#782)
([53a1d2a](53a1d2a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants