Hacker News new | ask | show | jobs
by d0mine 1496 days ago
vterm in emacs has a command to jump to the previous shell prompt.
1 comments

eshell has a module called eshell-smart that borrows from Plan 9's 9term, it automatically pages long commands, stays on the same line for editing if you show intent to change it and automatically scrolls to the end if you start typing a new command.