How do I make Geany my default editor on Ubuntu?
Posted
by
Programming Noob
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Programming Noob
Published on 2012-09-30T08:26:02Z
Indexed on
2012/09/30
9:48 UTC
Read the original article
Hit count: 280
I actually want to change the default text editor on my Ubuntu 12.04 from nano to Geany. When I used this code:
update-alternatives --config editor
.. I don't see Geany in the list.
So to add Geany, this is supposed to work right?
update-alternatives --install /usr/bin/geany geany /usr/bin/geany 10
Also, on a side note, can you tell me if you would personally suggest me to change the default editor from nano to Geany, and why?
© Ask Ubuntu or respective owner