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:
parent
802721becc
commit
bcf5f8a405
3 changed files with 5 additions and 5 deletions
|
|
@ -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>",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue