Updated config
This commit is contained in:
@@ -5,6 +5,7 @@ end
|
|||||||
|
|
||||||
whichkey.setup({
|
whichkey.setup({
|
||||||
key_labels = {
|
key_labels = {
|
||||||
|
["<leader>"] = "SPC",
|
||||||
["<space>"] = "SPC",
|
["<space>"] = "SPC",
|
||||||
["<cr>"] = "RET",
|
["<cr>"] = "RET",
|
||||||
["<Tab>"] = "TAB",
|
["<Tab>"] = "TAB",
|
||||||
@@ -12,7 +13,7 @@ whichkey.setup({
|
|||||||
icons = {
|
icons = {
|
||||||
breadcrumb = "»",
|
breadcrumb = "»",
|
||||||
separator = "➜",
|
separator = "➜",
|
||||||
group = "& ",
|
group = "➜",
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user