1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-08-20 03:30: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>",
vim.tbl_extend("force", opts, { desc = "Quit current buffer, even if there's unsaved work" })
)
keymap(
"n",
"<leader>qa",
"<cmd>quitall!<cr>",
vim.tbl_extend("force", opts, { desc = "Quit all buffers, even those with unsaved work" })
)
-- keymap(
-- "n",
-- "<leader>qa",
-- "<cmd>quitall!<cr>",
-- vim.tbl_extend("force", opts, { desc = "Quit all buffers, even those with unsaved work" })
-- )
-- Kitty navigation
vim.g.kitty_navigator_no_mappings = 1