mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 16:52:12 +02:00
updating old which key mappings
This commit is contained in:
@@ -7,12 +7,12 @@ return {
|
|||||||
end,
|
end,
|
||||||
config = function()
|
config = function()
|
||||||
require("which-key").register({
|
require("which-key").register({
|
||||||
{ "", "<C-l>", desc = "<C-w>l" },
|
{ "<C-h>", "<C-w>h", },
|
||||||
{ "", "<C-h>", desc = "<C-w>h" },
|
{ "<C-l>", "<C-w>l", },
|
||||||
{ "", "<C-j>", desc = "<C-w>j" },
|
{ "<C-j>", "<C-w>j", },
|
||||||
{ "", "<C-s>", desc = ":write<CR>" },
|
{ "<C-s>", ":write<CR>", },
|
||||||
{ "", "<C-q>", desc = ":quitall<CR>" },
|
{ "<C-q>", ":quitall<CR>", },
|
||||||
{ "", "<C-k>", desc = "<C-w>k" },
|
{ "<C-k>", "<C-w>k", },
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user