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