This commit is contained in:
clint 2023-01-29 22:21:19 -06:00
parent 882acad3a7
commit 7c4ab28d2a
1 changed files with 5 additions and 1 deletions

View File

@ -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