Change bind for closing window to <C-x>
This commit is contained in:
parent
8337ec9cb7
commit
6ff0c4c42b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ require("utils").add_keymaps({
|
|||
},
|
||||
|
||||
-- Window
|
||||
["<leader>x"] = {
|
||||
["<C-x>"] = {
|
||||
cmd = "<C-w>q",
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue