Change keybind from C-x -> C-k for closing the current window. This is

more inline with my tiling wm and terminal multiplexer
This commit is contained in:
Martin Larsson 2024-06-29 14:02:51 +02:00
parent d094fce66d
commit dfc581fb0f

View file

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