summaryrefslogtreecommitdiff
path: root/lua/config/jupyter-which_key.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/jupyter-which_key.lua')
-rw-r--r--lua/config/jupyter-which_key.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/lua/config/jupyter-which_key.lua b/lua/config/jupyter-which_key.lua
new file mode 100644
index 0000000..69917c0
--- /dev/null
+++ b/lua/config/jupyter-which_key.lua
@@ -0,0 +1,6 @@
+lvim.builtin.which_key.mappings["J"] = {
+ name = "Jupyter-Ascending",
+ x = { "<cmd>JupyterExecute<CR>", "Execute Cell" },
+ X = { "<cmd>JupyterExecuteAll<CR>", "Execute All Cells" },
+ r = { "<cmd>JupyterRestart<CR>", "Restart Kernel" },
+ }