Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha2phi committed Jul 16, 2023
1 parent c6e6cc8 commit 21457fd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 27 deletions.
9 changes: 9 additions & 0 deletions lua/base/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,13 @@ return {
end
end,
},
{
"folke/edgy.nvim",
event = "VeryLazy",
opts = {
bottom = {
{ ft = "qf", title = "QuickFix" },
},
},
},
}
32 changes: 5 additions & 27 deletions lua/pde/jupyter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -162,32 +162,10 @@ local function repl_menu()
local cmd = require("hydra.keymap-util").cmd

local hint = [[
^
_a_: Insert Cell After
_b_: Insert Cell Before
_e_: Execute Cell
_j_: Next Cell
_k_: Previous Cell
_m_: Insert Markdown Cell
_x_: Delete Cell
^
_s_: Send Motion
_l_: Send Line
_t_: Send Until Cursor
_f_: Send File
^
_R_: Show REPL
_C_: Close REPL
_S_: Restart REPL
_F_: Focus
_H_: Hide
^
_c_: Clear
_L_: Clear Highlight
_<CR>_: ENTER
_I_: Interrupt
^
^ ^ _q_: Quit
^^ _a_: Insert Cell After ^ _b_: Insert Cell Before ^ _e_: Execute Cell ^ _j_: Next Cell ^ _k_: Previous Cell ^ _m_: Insert Markdown Cell ^ _x_: Delete Cell
^^ _s_: Send Motion ^ _l_: Send Line ^ _t_: Send Until Cursor ^ _f_: Send File _R_: Show REPL ^ _C_: Close REPL ^ _S_: Restart REPL ^ _F_: Focus _H_: Hide
^^ _c_: Clear ^ _L_: Clear Highlight ^ _<CR>_: ENTER ^ _I_: Interrupt
^ ^ ^ _q_: Quit
]]

return {
Expand All @@ -198,7 +176,7 @@ local function repl_menu()
invoke_on_body = true,
hint = {
border = "rounded",
position = "top-middle",
position = "bottom-middle",
},
},
mode = "n",
Expand Down

0 comments on commit 21457fd

Please sign in to comment.