Which text editors are you using? What is your favourite text editor?
PrevNode LinkNextWell, I'm usually using gvim (the Gtk+/GUI version of the Vim programmer’s editor) for coding and for writing purely-Latin texts. For bidirectional (mixed Hebrew+Latin / etc.) texts, I sometimes use Kate instead, with a fallback on gedit. Sometimes, I use “vim” (the console version) or neovim's nvim for quick edits or when I cannot or would prefer not to use a GUI editor.
The reasons I am using gvim instead of vim, are:
Because many terminal emulators on Linux, including Konsole which is my preferred one, mess up with the Hebrew/Latin bidirectionality too much (enough to confuse vim).
Because the syntax highlighting looks nicer there.
Because the mouse support is better.
Because I like and use the menubar.
Because Unicode characters are often displayed better.
Because it does not start much slower than Vim.
If the console-based Vim works for you - feel free to use it.
Regarding Emacs: from what I know, it should be a fine text editor, but I could never get used to it, so that’s not what I’m using. I was told about the Evil mode which provides partial Vim compatibility, but I didn’t try it, in part because I’m now using quite a lot of Vim extensions written in vimscript and in Vim’s extension languages, which are not supported by Evil.
Which text editors have you used in the past?
Node LinkWhen developing on Windows, I used IDEs such as Borland C++, or Microsoft Visual Studio.
I used Joe extensively on Unix-like OSes.
I also used NEdit on them.
I used FTE on Unixes and Windows as well (by the originator of IceWM).
I used Cooledit in the Technion due to lacking conditions, and was frustrated by its lack of Windows-like copy/paste keyboard bindings.