From 7c4ab28d2a9b746e137134f0ac428dd6976f36de Mon Sep 17 00:00:00 2001 From: clint Date: Sun, 29 Jan 2023 22:21:19 -0600 Subject: [PATCH] asdf --- nvim/.config/nvim/after/plugin/which-key.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nvim/.config/nvim/after/plugin/which-key.lua b/nvim/.config/nvim/after/plugin/which-key.lua index ad04b2d..9bf6e0e 100644 --- a/nvim/.config/nvim/after/plugin/which-key.lua +++ b/nvim/.config/nvim/after/plugin/which-key.lua @@ -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