nvim: update whichkey

This commit is contained in:
2023-07-08 15:20:41 +03:00
parent e057bd83a9
commit ba4d06683d

View File

@ -3,6 +3,7 @@ wk.register({
a = { a = {
name = "Actions", name = "Actions",
r = "Reload Config", r = "Reload Config",
c = "Find Config Files",
}, },
d = { d = {
name = "Debug", name = "Debug",
@ -32,6 +33,12 @@ wk.register({
r = "Show References", r = "Show References",
t = "Show Type Definition", t = "Show Type Definition",
}, },
o = {
name = "Org",
a = "Agenda",
c = "Capture",
f = "Find Org Files",
},
s = { s = {
name = "Splits & Buffers", name = "Splits & Buffers",
v = "Vertical Split", v = "Vertical Split",