1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-08-19 22:50:22 +00:00

[neovim] Remove qa shortcut

This commit is contained in:
2025-08-17 18:43:57 +02:00
parent 7343769a95
commit af6ce75f42

View File

@@ -26,12 +26,12 @@ keymap(
"<cmd>quit!<cr>", "<cmd>quit!<cr>",
vim.tbl_extend("force", opts, { desc = "Quit current buffer, even if there's unsaved work" }) vim.tbl_extend("force", opts, { desc = "Quit current buffer, even if there's unsaved work" })
) )
keymap( -- keymap(
"n", -- "n",
"<leader>qa", -- "<leader>qa",
"<cmd>quitall!<cr>", -- "<cmd>quitall!<cr>",
vim.tbl_extend("force", opts, { desc = "Quit all buffers, even those with unsaved work" }) -- vim.tbl_extend("force", opts, { desc = "Quit all buffers, even those with unsaved work" })
) -- )
-- Kitty navigation -- Kitty navigation
vim.g.kitty_navigator_no_mappings = 1 vim.g.kitty_navigator_no_mappings = 1