I am currently trying to squash my last commit using interactive rebase. However, when I type git rebase -i HEAD^
, Atom is opened.
Since I want to do this from Vim, how do I prevent Atom from opening so that I can do rebase from the terminal window?