nvim: update whichkey
This commit is contained in:
@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user