|
|
|
|
|
by gkya
3341 days ago
|
|
In Emacs the shell-mode allow me to use the shell as any other buffer, with random access and scrolling. I can cut and paste stuff just like in any other text buffer, manipulate the output of my session to save it to some file / send it to someone else, etc. IDK how it is in nvim but I'm quite pleased with shell in Emacs, can't go back at all. Though if you're using tmux or maybe screen you can probably do similar things. |
|
Neovim's :terminal is from what I can tell more or less equivalent to Emacs's shell.