mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
tweak readme to reflect the port to python
This commit is contained in:
parent
bf20984058
commit
9eb98786a0
1 changed files with 4 additions and 4 deletions
|
@ -58,12 +58,12 @@ C-c C-c python-vterm-send-region-or-current-line
|
|||
C-c C-b python-vterm-send-buffer
|
||||
Send the whole content of the script buffer to the Python REPL line by line.
|
||||
|
||||
C-c C-i python-vterm-send-include-buffer-file
|
||||
Send a line to evaluate the buffer's file using include() to the Python REPL.
|
||||
With prefix ARG, Revise.includet() is used instead.
|
||||
C-c C-r python-vterm-send-run-buffer-file
|
||||
Send a line to evaluate the buffer's file using ipython %run magic.
|
||||
This is only useful when using ipython.
|
||||
|
||||
C-c C-d python-vterm-send-cd-to-buffer-directory
|
||||
Send cd() function call to the Python REPL to change the current working
|
||||
Send %cd function call to the Python REPL to change the current working
|
||||
directory of REPL to the buffer's directory.
|
||||
#+end_example
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue