jmacdonald / amp

A complete text editor for your terminal.

Home Page:https://amp.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drawing over History

guy-who-googles opened this issue · comments

To reproduce:

  1. Enter commands in terminal
  2. Open and close amp
  3. When scrolling back through your terminal, shell history is covered by amp's theme.

While this isn't terrible for bash, being unable to view ipython history makes ipython's %edit _<line_in_history> less intuitive.

Try installing the current git version of amp using:

cargo install --git https://github.com/jmacdonald/amp.git

This issue has been fixed with 293d57f, but there hasn't been a release since that change, thus making a git install necessary.

I can confirm installing the latest version solves the issue, thanks!