Updated config

This commit is contained in:
2023-06-25 11:27:31 +02:00
parent 2fad7d7a94
commit 65c8cbd6f9

View File

@@ -5,6 +5,7 @@ end
whichkey.setup({
key_labels = {
["<leader>"] = "SPC",
["<space>"] = "SPC",
["<cr>"] = "RET",
["<Tab>"] = "TAB",
@@ -12,7 +13,7 @@ whichkey.setup({
icons = {
breadcrumb = "»",
separator = "",
group = "& ",
group = "",
}
})