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:
parent
d094fce66d
commit
dfc581fb0f
1 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ require("utils").add_keymaps({
|
|||
},
|
||||
|
||||
-- Window
|
||||
["<C-x>"] = {
|
||||
["<C-k>"] = {
|
||||
cmd = "<C-w>q",
|
||||
},
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ require("utils").add_keymaps({
|
|||
},
|
||||
},
|
||||
t = {
|
||||
["<C-x>"] = {
|
||||
["<C-k>"] = {
|
||||
cmd = "<C-\\><C-N>",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue