nvim: update whichkey
This commit is contained in:
@ -3,6 +3,7 @@ wk.register({
|
||||
a = {
|
||||
name = "Actions",
|
||||
r = "Reload Config",
|
||||
c = "Find Config Files",
|
||||
},
|
||||
d = {
|
||||
name = "Debug",
|
||||
@ -32,6 +33,12 @@ wk.register({
|
||||
r = "Show References",
|
||||
t = "Show Type Definition",
|
||||
},
|
||||
o = {
|
||||
name = "Org",
|
||||
a = "Agenda",
|
||||
c = "Capture",
|
||||
f = "Find Org Files",
|
||||
},
|
||||
s = {
|
||||
name = "Splits & Buffers",
|
||||
v = "Vertical Split",
|
||||
|
||||
Reference in New Issue
Block a user