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: #335

Closed
4 tasks done
oldqin97 opened this issue Dec 17, 2024 · 1 comment
Closed
4 tasks done

bug: #335

oldqin97 opened this issue Dec 17, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@oldqin97
Copy link

Did you check docs and existing issues?

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

Neovim version (nvim -v)

0.10.2

Operating system/version

MacOS 14.6.1

Describe the bug

After I installed the snacks.nvim plug-in, I disabled some unnecessary shortcut keys in kyes, but the disabled shortcut keys can still be used.But the shortcut keys can be modified and used normally.

Steps To Reproduce

image

Expected Behavior

I hope that like other plug-ins, I can directly disable some shortcut keys that I don’t need.

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/snacks.nvim", opts = {} },
    -- add any other plugins here
  },
})
@oldqin97 oldqin97 added the bug Something isn't working label Dec 17, 2024
@folke
Copy link
Owner

folke commented Dec 17, 2024

This makes no sense. Snacks does not create any keymaps, so if you have something mapped, then that's you who'se doing that.

@folke folke closed this as not planned Won't fix, can't repro, duplicate, stale Dec 17, 2024
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

No branches or pull requests

2 participants