LazyVim.LazyVim/lua/lazyvim/config
Iordanis Petkakis ec0ddd481c
fix(keymaps): change v mode to x mode for save file (#1262)
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.
2023-08-29 18:07:56 +02:00
..
autocmds.lua fix(autocmds): jump to last loc in buffer (#1061) 2023-07-06 15:43:15 +02:00
init.lua feat(vscode): better vscode support 2023-05-24 08:45:20 +02:00
keymaps.lua fix(keymaps): change v mode to x mode for save file (#1262) 2023-08-29 18:07:56 +02:00
options.lua feat(options)!: set default localleader to \ 2023-07-20 09:20:24 +02:00