| Install with Pen | |
|---|---|
| Pen.el on GitHub | https://github.com/semiosis/pen.el/ |
| Tutorial | https://mullikine.github.io/posts/pen-el-tutorial/ |
The complex terminal built into Pen.el is a
regular terminal that has an imaginary
component.
You may connect the dockerized cterm to any
host process simply by prefixing ct to any
shell command.
- Original article
- https://mullikine.github.io/posts/imaginary-real-codex-complex/
- First start the pen server
- then prefix
ctbefore vim or bash, or any command which runs on your host- it will then run that command inside
pen.eland you get all the autocompletion, etc. so it’s a real terminal withPen.elwrapped around it
- it will then run that command inside
- Now you can use pen with vim, or nano, or codexify anything!