Jump to content

Best Editor for Linux

Go to solution Solved by Pinguinsan,

What distro? For quick, I always use Vim. For anything multi-file, I use Visual Studio Code (built on Atom, I think). For a full fledged IDE, I use Qt Creator (C/C++)

Hello everyone,

 

I have started to use Linux to try and expand my knowledge of Operating Systems. I would still like to be productive in my programming though, I was wondering if anyone could recommend a good Text Editor for Linux. I prefer Atom, but I am having trouble installing it with the help that is online, my issue seems isolated.

 

Thank you,

Undertaker225.

Link to comment
https://linustechtips.com/topic/732798-best-editor-for-linux/
Share on other sites

Link to post
Share on other sites

vi/vim or emacs are the ones you're "supposed" to learn. Most of them also come with nano. So get familiar with nano and pick your poison between vi/vim or emacs.

 

gedit also works in a pinch.

Link to comment
https://linustechtips.com/topic/732798-best-editor-for-linux/#findComment-9309114
Share on other sites

Link to post
Share on other sites

I always use atom.io, I just like the open project where it has the file tree on the left and tabs.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to comment
https://linustechtips.com/topic/732798-best-editor-for-linux/#findComment-9309512
Share on other sites

Link to post
Share on other sites

On the command line, nano is good to start with--it's simple and very quick to learn.  vi/vim is the next command line one to jump to.  It's got a noticeably steeper learning curve, though.

 

For GUI-bound ones, whatever your distro comes with is probably fine--GEDIT on GNOME-based desktop environments is super solid, but Atom is also really nice (but won't come pre-installed on any distros as far as I know).

Link to comment
https://linustechtips.com/topic/732798-best-editor-for-linux/#findComment-9310601
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×