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