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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user