frbi = "!f() { git rebase -i $(git log --pretty=oneline --color=always | fzf --ansi | cut -d ' ' -f1)^ ; }; f"
Then I can easily scroll up to the commit I want to start the rebase on.
Then I can easily scroll up to the commit I want to start the rebase on.