Clean up keymaps

This commit is contained in:
2023-09-24 02:43:23 +02:00
parent 7f0d1706b3
commit 337a65e87f
17 changed files with 102 additions and 109 deletions
+1 -1
View File
@@ -19,6 +19,6 @@
vim.keymap.set(
"n",
"<C-w>q",
":Bwipeout<CR>",
vim.cmd.Bwipeout,
{ remap = false, silent = true, }
)