mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-22 21:30:51 +00:00
feat: update whichkey labels
This commit is contained in:
parent
5090120ac2
commit
812f1f3b06
1 changed files with 18 additions and 12 deletions
|
@ -20,6 +20,12 @@ in {
|
|||
|
||||
local wk = require("which-key")
|
||||
wk.register({
|
||||
key_labels = {
|
||||
["<space>"] = "SPACE",
|
||||
["<leader>"] = "SPACE",
|
||||
["<cr>"] = "RETURN",
|
||||
["<tab>"] = "TAB",
|
||||
},
|
||||
|
||||
${
|
||||
if config.vim.tabline.nvimBufferline.enable
|
||||
|
|
Loading…
Reference in a new issue