summaryrefslogtreecommitdiff
path: root/lua/config/jupyter-which_key.lua
blob: 69917c02cdf6bf4e453a19d8cd92b1c317d27cf3 (plain)
1
2
3
4
5
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" },
  }