Fakerr / git-recall

An interactive way to peruse your git history from the terminal
MIT License
2.12k stars 47 forks source link

Tab expansion not working #29

Closed jadbox closed 7 years ago

jadbox commented 7 years ago

OS: Mac OS 10.11.6 Bash: 3.2.57 git-recall@1.1.5

Pressing tab on a commit only duplicates the 'commit row' below the line that I pressed tab upon.

Expected: Upon pressing tab, the expanded commit information should show below the current selected commit.

Fakerr commented 7 years ago

Hey, thanks for reporting the issue, I'm working on it. As a temporary workaround, you can use e key introduced in version 1.1.6 to reduce/expand the diff :)

Fakerr commented 7 years ago

It should work fine now.