11*pyrepl.txt* Python REPL for Neovim (pyrepl.nvim by dangooddd)
22
33==============================================================================
4- INTRODUCTION *pyrepl*
4+ INTRODUCTION *pyrepl*
55
66pyrepl.nvim is a Python REPL inside Neovim powered by Jupyter kernels. It opens
77`jupyter- console` UI in a terminal split and provides commands to send
@@ -25,7 +25,7 @@ globally with default settings)
2525- Neovim theme integration for `jupyter- console`
2626
2727------------------------------------------------------------------------------
28- QUICKSTART *pyrepl-quickstart*
28+ QUICKSTART *pyrepl-quickstart*
2929
3030Minimal lazy.nvim setup with the default config and example keymaps:
3131>
@@ -98,7 +98,7 @@ REQUIREMENTS *pyrepl-reqs*
9898<
9999
100100==============================================================================
101- KNOWN LIMITATIONS *pyrepl-limitations*
101+ KNOWN LIMITATIONS *pyrepl-limitations*
102102
103103- Only Python is officially supported and will be prioritized. For R, see
104104 https://github.com/R-nvim/R.nvim
@@ -123,16 +123,16 @@ COMMANDS *pyrepl-commands
123123:PyreplClose *PyreplClose*
124124 Close the REPL and shut down the kernel.
125125
126- :PyreplFocus *PyreplFocus *
126+ :PyreplToggleFocus *PyreplToggleFocus *
127127 Toggle open REPL terminal in insert mode.
128128
129129:PyreplSendVisual *PyreplSendVisual*
130130 Change mode to normal and send last visual selection to REPL.
131131
132- :PyreplSendCell *PyreplSendCell*
132+ :PyreplSendCell *PyreplSendCell*
133133 Send the "cell" around the cursor (cells are separated by `cell_pattern` ).
134134
135- :PyreplStepCellForward *PyreplStepCellForward*
135+ :PyreplStepCellForward *PyreplStepCellForward*
136136 Move cursor to the start of the next cell separated by `cell_pattern` .
137137
138138:PyreplStepCellBackward *PyreplStepCellBackward*
0 commit comments