tweak readme to reflect the port to python

This commit is contained in:
Valentin Boettcher 2024-05-11 16:32:05 -04:00
parent bf20984058
commit 9eb98786a0
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -58,12 +58,12 @@ C-c C-c python-vterm-send-region-or-current-line
C-c C-b python-vterm-send-buffer C-c C-b python-vterm-send-buffer
Send the whole content of the script buffer to the Python REPL line by line. 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 C-c C-r python-vterm-send-run-buffer-file
Send a line to evaluate the buffer's file using include() to the Python REPL. Send a line to evaluate the buffer's file using ipython %run magic.
With prefix ARG, Revise.includet() is used instead. This is only useful when using ipython.
C-c C-d python-vterm-send-cd-to-buffer-directory 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. directory of REPL to the buffer's directory.
#+end_example #+end_example