Skip to content

Commit fc7edb8

Browse files
committed
Document PyreplFocus -> PyreplToggleFocus
1 parent 75937c8 commit fc7edb8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Commands:
199199
- `:PyreplOpen` - select a kernel and open the REPL;
200200
- `:PyreplHide` - hide the REPL window (kernel stays alive);
201201
- `:PyreplClose` - close the REPL and shut down the kernel;
202-
- `:PyreplFocus` - toggle REPL focus, terminal opens in insert mode;
202+
- `:PyreplToggleFocus` - toggle REPL focus, terminal opens in insert mode;
203203
- `:PyreplSendVisual` - send the last visual selection;
204204
- `:PyreplSendBuffer` - send the entire buffer;
205205
- `:PyreplSendCell` - send the "cell" around the cursor (cells are separated by `cell_pattern`);

doc/pyrepl.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*pyrepl.txt* Python REPL for Neovim (pyrepl.nvim by dangooddd)
22

33
==============================================================================
4-
INTRODUCTION *pyrepl*
4+
INTRODUCTION *pyrepl*
55

66
pyrepl.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

3030
Minimal 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

Comments
 (0)