asdf
This commit is contained in:
parent
882acad3a7
commit
7c4ab28d2a
|
@ -20,6 +20,10 @@ wk.register({
|
||||||
f = "Git Files",
|
f = "Git Files",
|
||||||
b = "Git Blame",
|
b = "Git Blame",
|
||||||
},
|
},
|
||||||
|
r = {
|
||||||
|
name = "+repl",
|
||||||
|
p = "Run Python"
|
||||||
|
},
|
||||||
-- Misc
|
-- Misc
|
||||||
c = "Change Color Scheme",
|
c = "Change Color Scheme",
|
||||||
y = "Yank to system clipboard",
|
y = "Yank to system clipboard",
|
||||||
|
@ -32,7 +36,7 @@ wk.register({
|
||||||
o = "Object Explorer",
|
o = "Object Explorer",
|
||||||
fo = "Format Current File",
|
fo = "Format Current File",
|
||||||
-- LSP related stuff
|
-- LSP related stuff
|
||||||
r = "Rename Object",
|
R = "Rename Object",
|
||||||
K = "Hover",
|
K = "Hover",
|
||||||
gd = "Go to definition",
|
gd = "Go to definition",
|
||||||
-- Debugging
|
-- Debugging
|
||||||
|
|
Loading…
Reference in New Issue