Forum Settings
Forums
New
Favorite text editor?
Jun 16, 2020 10:47 PM
#1

Offline
Oct 2014
3711
I can't believe how we never made a poll about this. What is your favorite text editor? I'm not taking about the graphical ones. Terminal editors only. I still use nano btw.
CnonJun 18, 2020 4:12 AM
Reply Disabled for Non-Club Members
Jun 16, 2020 10:53 PM
#2

Offline
May 2008
4
mcedit from Midnight Commander.
Jun 16, 2020 10:57 PM
#3

Offline
Oct 2011
174
I'm never going to learn vim. I've just accepted the fact ;)

Nano for life
Jun 17, 2020 4:03 AM
#4

Offline
Oct 2014
3711
Oh I forgot the inbuilt editors.
Jun 17, 2020 5:01 AM
#5

Offline
Sep 2013
66
I use a mix of neovim and emacs with evil-mode.
Jun 17, 2020 6:18 AM
#6

Offline
Nov 2007
609
Vim for everything. I got so accustomed to the shortcuts that I get a little frustrated using other text editors.
Jun 17, 2020 6:41 AM
#7

Offline
Mar 2012
8738
Nano, I want to learn vim but end up keeping on pushing it off to later, the only time I used vim was during college practicals and all I can remember is the it was kind of confusing ^^;
Jun 17, 2020 8:01 AM
#8

Offline
Jun 2014
22541
Nano, I suppose.

A basic text editor is fine for me, as I don't use the command line very much.

Jun 17, 2020 12:51 PM
#9

Offline
Sep 2008
96
Good old Nano.
Jun 17, 2020 6:51 PM
Offline
Jan 2016
9
When I'm not using an App with UI (not common for me) I've made use of Nano.
Jun 17, 2020 9:12 PM

Offline
Dec 2018
2
Most of the time I prefer graphical editors (Mousepad is the one I'm currently using), but I use nano when I need to do a few simple things while I'm on the terminal. I want to learn both vim and emacs, though.

Btw, if we count ed as a valid text editor I guess we should count sed and maybe awk as well, as they perform similar tasks. If so, I'd choose sed over nano as I use it more often.
Jun 18, 2020 4:11 AM

Offline
Oct 2014
3711
AzureDiamond said:
Most of the time I prefer graphical editors (Mousepad is the one I'm currently using), but I use nano when I need to do a few simple things while I'm on the terminal. I want to learn both vim and emacs, though.

Btw, if we count ed as a valid text editor I guess we should count sed and maybe awk as well, as they perform similar tasks. If so, I'd choose sed over nano as I use it more often.

Well yeah there are lot of text stream editors out there. I know sed too let me see if I can add it.
Jun 18, 2020 6:36 AM
Offline
Jan 2020
5
Neovim/Vim, depending on what's available on the distro.
Jun 18, 2020 1:02 PM
Offline
Aug 2010
1056
I love (neo)vim!

For vim lovers out there, check out kakoune. it's not the most mature project yet, but it consistently beats vim at vim golf, is more discoverable and more interactive.

https://kakoune.org/why-kakoune/why-kakoune.html

I will stay on neovim for the foreseeable future, but many of the kak users are highly experienced ex-Vim users.

Jun 19, 2020 1:12 PM
KDE Plasma

Offline
Jun 2012
1511
For the terminal editor I use exclusively Nano. It is simple and is also simple to use.


I do prefer the GUI editor kate btw.
Jun 21, 2020 11:36 AM
Offline
Sep 2018
7
I use nano but learning vim too.
Jun 29, 2020 7:37 AM
Offline
Jul 2018
561867
I have always used vim bit I am not very advanced user. I mostly just use the insert and search features. I know you can do a lot more but I have not had the interest to look it up. Some syntax completion would be nice for C, Python and HTML.
Jul 1, 2020 1:05 PM
Offline
Jun 2016
18
Emacs has my heart but I still use vim from time to time, mostly to edit doom emacs' config when emacs says "nope, I'll just crash"

Sometimes I use code oss (with emacs keybindings) when I have stuff to be done and don't really want to spend my time making things work out in emacs, like reading java classes from jars for university
Jul 2, 2020 4:16 PM

Offline
Nov 2018
146
I have installed autocomplete for vim and modified vimrc to include syntax highlighting by default and mouse support. Now I can write code with auto-complete, reformat code and a lot more from the command-line.

P.S. I never use command-line editor if I do not need to. Sublime FTW. But if I need to do something without leaving the terminal (or outside of the GUI), vim is the editor.
Jul 9, 2020 12:13 AM

Offline
Jul 2015
29
I was using nano with pseudo-emacs keybindings for long time before moving to emacs itself.

noaccOS said:
Emacs has my heart but I still use vim from time to time, mostly to edit doom emacs' config when emacs says "nope, I'll just crash"

You can run
emacs -Q
to not load any config (local or site).

illuminatibg said:
P.S. I never use command-line editor if I do not need to. Sublime FTW. But if I need to do something without leaving the terminal (or outside of the GUI), vim is the editor.

Check slap, it is a Sublime-like editor for terminal.
Jul 28, 2020 1:37 PM

Offline
Jan 2018
3
I use micro, I came over from nano.
Jul 28, 2020 4:20 PM
Offline
Jul 2018
561867
very recently just learned the essentials of vim. i was using nano and if i were to compare the two vim is unironically easier, using nano is such a chore because every single action you want to preform and the amount of keystrokes needed is a flat 1:1 ratio, where as in vim you can utilize many keystrokes that serve as commands that preform specific tasks IN ADDITION you have a prompt available to type commands into. although i could be wrong, admittedly i didnt put much effort into learning nano.
Jul 30, 2020 10:26 AM
Offline
Apr 2019
1
Maou_heika said:
I want to learn vim but end up keeping on pushing it off to later


FastedCoyote said:
I want to learn both vim and emacs, though..


Why not just use vimtutor? It's very simple and intuitive
Sep 26, 2023 5:28 PM

Offline
Apr 2016
343
I use Nano, but I plan on learning to use Vim, the problem is that I am lazy, so I have been planning to learn Vim for over a year without ever starting.
Reply Disabled for Non-Club Members

More topics from this board

» Are you excited about upcoming Cosmic Desktop

Cnon - May 30, 2024

8 by Cnon »»
Aug 25, 2024 12:02 PM

» What distro are you using? ( 1 2 )

Cnon - Sep 1, 2015

58 by sech1p »»
Jul 11, 2024 5:14 AM

Poll: » Poll: How often do you update your system?

Cnon - Dec 19, 2023

5 by Klefki_of_Awsome »»
Dec 20, 2023 5:12 PM

Poll: » Your favorite File Manager

Cnon - Mar 28, 2017

7 by Cnon »»
Oct 22, 2023 1:15 PM

» What do you think about trinity desktop

Cnon - Aug 12, 2023

3 by konfou »»
Sep 28, 2023 3:09 AM
It’s time to ditch the text file.
Keep track of your anime easily by creating your own list.
Sign Up Login