Change k to q for killing/closing/quitting in sway, neovim, and tmux.

Reason for this is because cmd+q on mac os. I want my setup to be
universal between mac and lin, or as close as it possibly can be.
This commit is contained in:
Martin Larsson 2024-08-15 13:13:46 +02:00
parent 802721becc
commit bcf5f8a405
3 changed files with 5 additions and 5 deletions

View file

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