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
+5 -1
View File
@@ -16,4 +16,8 @@
-- https://github.com/sindrets/winshift.nvim
vim.keymap.set("n", "<C-W>m", ":WinShift<CR>", { remap = false, })
vim.keymap.set(
"n",
"<C-W>m",
vim.cmd.WinShift
)