|
|
|
|
|
by SuperCuber
1363 days ago
|
|
Your terminal application is an emulator of a decades old technology originally used in physical consoles, with layers upon layers of enhancements that add support for colors, cursor control, etc. At it's core, it's just a grid of characters. The GUI as a platform is quite literally a superset of the terminal, for example because the terminal emulator app is a GUI itself. Hacking the grid of characters to render lines as if it was a GUI is hardly "superior". I say all that as an avid neovim user myself by the way. On mac/linux I use it through the terminal, on Windows I use it through the QT application. |
|
WezTerm [1] is probably the best example right now but there are others.
These aren’t your father’s terminals.
[1]: https://wezfurlong.org/wezterm/