Added alias for CR in whichkey
This commit is contained in:
@@ -8,6 +8,7 @@ whichkey.setup({
|
|||||||
["<leader>"] = "SPC",
|
["<leader>"] = "SPC",
|
||||||
["<space>"] = "SPC",
|
["<space>"] = "SPC",
|
||||||
["<cr>"] = "RET",
|
["<cr>"] = "RET",
|
||||||
|
["<CR>"] = "RET",
|
||||||
["<Tab>"] = "TAB",
|
["<Tab>"] = "TAB",
|
||||||
},
|
},
|
||||||
icons = {
|
icons = {
|
||||||
|
|||||||
Reference in New Issue
Block a user