mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fix: various small fixes
This commit is contained in:
parent
8b649160fc
commit
98b959b0ff
4 changed files with 6 additions and 13 deletions
|
|
@ -20,5 +20,3 @@ vim.keymap.set({ 'n', 'x', 'v' }, "<leader>d", '"_d', { desc = "Delete without c
|
|||
|
||||
vim.keymap.set('n', "Q", "<nop>", { desc = "It's the worse place in the universe" })
|
||||
|
||||
vim.keymap.set('c', "Q", "q", { desc = "Giga chad fault tolerance" })
|
||||
vim.keymap.set('c', "W", "w", { desc = "Giga chad fault tolerance" })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue