note how to set up with python readline

This commit is contained in:
2025-08-29 07:49:26 +02:00
parent 596a4a9746
commit 399358d810

View File

@@ -100,7 +100,13 @@ Try:
- `<Esc>kcw`
- ls -a<Esc>xxxx
Works with `python` too:
Readline can work with python one you set `PYTHON_BASIC_REPL` to `true`.
```sh
echo 'export PYTHON_BASIC_REPL=true' >> ~/.bashrc
exec bash
```
```python
im<C-n>os<Return>