Change bind for closing window to <C-x>

This commit is contained in:
Martin Larsson 2024-04-18 10:38:43 +02:00
parent 8337ec9cb7
commit 6ff0c4c42b

View file

@ -33,7 +33,7 @@ require("utils").add_keymaps({
},
-- Window
["<leader>x"] = {
["<C-x>"] = {
cmd = "<C-w>q",
},