akermu / emacs-libvterm

Emacs libvterm integration
GNU General Public License v3.0
1.67k stars 132 forks source link

can emacs and libvterm run standalone as a terminal? #705

Open davidmlw opened 4 months ago

davidmlw commented 4 months ago

By standalone, I mean emacs only has vterm buffers (sessions) with better mouse integration, removing the status bar.

Currently I use emacs + vterm for my terminal solution, but the tmux in the vterm cannot capture the mouse. So I think it is very cool for a pure emacs+vterm terminal.

Sbozzolo commented 4 months ago

Better mouse integration is hard, everything else is straightforward and requires no changes to emacs-libvterm, only some elisp on your side.