mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-02 13:34:36 +02:00
While trying to disable `<C-s>` entirely by `vim.keymap.del({ "i", "v","n", "s" }, "<C-s>")` in my own `keymaps.lua`, I got an error on reopening Neovim `No such mapping`. After tinkering around a bit, I changed `v` to `x`, since `v` incorporates both `x` and `s` and the error stopped occuring. |
||
---|---|---|
.. | ||
lazyvim |