GNOME Bugzilla – Bug 538556
Gedit's embedded terminal should set $EDITOR to gedit
Last modified: 2019-03-23 20:46:50 UTC
Some users like to use editors other than vi(m) on the terminal, and most of them doesn't fit to a 3-5 lines tall terminal. Gedit would be an obvious option. But by default it opens a new tab and ends the process -- which is not good for version control clients. There should be a solution for this. Other information:
This can't be done before bug 112908 is solved. The reason is that it would break all the applications that expect a blocking editor (like pretty much all the VCS out there)
You can simply put "gedit -s" as your $EDITOR for having this behaviour with applications like version control clients.