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

bug: can't remap key ' #738

Closed
4 tasks done
HeraPtt opened this issue Jul 17, 2024 · 1 comment · Fixed by #741
Closed
4 tasks done

bug: can't remap key ' #738

HeraPtt opened this issue Jul 17, 2024 · 1 comment · Fixed by #741
Labels
bug Something isn't working

Comments

@HeraPtt
Copy link

HeraPtt commented Jul 17, 2024

Did you check docs and existing issues?

  • I have read all the which-key.nvim docs
  • I have updated the plugin to the latest version before submitting this issue
  • I have searched the existing issues of which-key.nvim
  • I have searched the existing issues of plugins related to this issue

Neovim version (nvim -v)

0.10.0

Operating system/version

ubuntu22.04

Describe the bug

can't remap key '

Steps To Reproduce

  1. the latest version: can't remap key '
  2. reset the commit to 4390015: remap key ' successfully
  3. reset the commit to c3cfc2b: still can't remap key ', so there is some bug in the commit of c3cfc2b

Expected Behavior

remap key ' successfully

Health

No response

Log

No response

Repro

vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()

require("lazy.minit").repro({
  spec = {
    { "folke/which-key.nvim", opts = {} },
    -- add any other plugins here
  },
})
@HeraPtt HeraPtt added the bug Something isn't working label Jul 17, 2024
@folke
Copy link
Owner

folke commented Jul 17, 2024

Can you at least provide a spec or add of what you want to remap and what exactly fails?

@folke folke closed this as completed in b4c4e36 Jul 17, 2024
folke pushed a commit that referenced this issue Jul 17, 2024
🤖 I have created a release *beep* *boop*
---


##
[3.8.0](v3.7.0...v3.8.0)
(2024-07-17)


### Features

* **mappings:** added health check for invalid modes
([640724a](640724a))


### Bug Fixes

* **buf:** never create proxy/plugin mappings when a keymap exists.
Fixes [#738](#738)
([b4c4e36](b4c4e36))
* **registers:** use x instead of v
([#742](#742))
([5c3b3e8](5c3b3e8))
* **state:** schedule redraw. Fixes
[#740](#740)
([09f21a1](09f21a1))
* **triggers:** allow overriding keymaps with empty rhs or <Nop>.
Fixes [#748](#748)
([843a93f](843a93f))
* **triggers:** make sure no keymaps exists for triggers
([e8b454f](e8b454f))
* **typo:** replace 'exras' for 'extras' in README.
([#745](#745))
([af48cdc](af48cdc))

---
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
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants