Page 3 of 4

Re: Good text editor for linux?

Posted: Sun Nov 24, 2013 5:22 pm
by Robin
Germanunkol wrote:Or is the idea to exit input mode, navigate, and then move back into input mode?
Actually, the idea is that you spend most of your time in normal mode, and have short bursts of "enter input mode, type something, press escape" in between.

And if you really want to be effective, you'll rarely use hjkl, because there are things like f, /, w and the like that are much more efficient than "going 10 characters to the right".

Re: Good text editor for linux?

Posted: Mon Nov 25, 2013 8:30 am
by Germanunkol
All right, I'm starting to get the hang of it, though navigation is still relatively slow. I'm not loving it yet - but that may be because I'm not far up the learning curve yet. I'll keep trying. There's some things that already got me hooked, like the :! command to get to the shell, or the b and w movement commands. Others seem to be placed well for english keyboards and not for my german one, and I'm hesistant to remap them atm (because then every time I switch to a different distro the layout will be changed again and I'll be lost...)
Anways, thanks guys!

Re: Good text editor for linux?

Posted: Mon Nov 25, 2013 7:51 pm
by Inny
I think the A command (capital A, "After the End Of Line") is the movement command that I use the most, followed by / (forward-find).

One of the features that I also make a lot of use of with vim is the macros. Vim records a macro (q command) to one of your named clipboards (you have 26, named a through z), and you play them back whenever (@ command). So, lets say you have to edit a file to change every function Class:method(params) signature to method = function(self, params), the macro which I just recorded now is this: wdexdwaself, <escape>bbbi<backspace>kb<escape>^Pa = <escape>0. Every line I type @a on now will be converted via that macro. Now, how did I come up with that Macro? easy, I just started recording with qa and then went about my normal editing (but carefully), and ended the recording with q.

The horror settles in that someone with Vim macros and an hour could probably replace a data entry clerk who takes 8 hours.

Re: Good text editor for linux?

Posted: Wed Dec 04, 2013 10:16 pm
by Nsmurf
I use vim all the time and love it. Here are my hints:

Use XModMap to map caps lock to escape.
I also map : to ; and vice versa, but that's up to you.
You can use ":!love ." to run your current love file.
Set both number and relativenumber (If I remember the names correctly.) (http://www.jeffkreeftmeijer.com/2013/vi ... umber-mode)


Vim FTW :awesome:

Re: Good text editor for linux?

Posted: Thu Jan 23, 2014 7:24 pm
by speedcoding101
sublime 2 is a really good one i love it

Re: Good text editor for linux?

Posted: Thu Jan 23, 2014 10:09 pm
by mefjak
I'm using Scratch which comes as standard text editor in elementryOS. Sublime is good too.

Re: Good text editor for linux?

Posted: Fri Jan 24, 2014 3:39 am
by OttoRobba
I'm using Gedit with my custom snippets and shortcuts :D

Beware of the shameless plug: https://github.com/OttoRobba/gel

Re: Good text editor for linux?

Posted: Fri Jan 24, 2014 12:33 pm
by BozoDel
OttoRobba wrote:I'm using Gedit with my custom snippets and shortcuts :D

Beware of the shameless plug: https://github.com/OttoRobba/gel
This is GOLD!

P.S.: brbrbr huehuehue

Re: Good text editor for linux?

Posted: Thu Feb 06, 2014 7:06 pm
by Pebsie
SublimeText all the way.
It's free if you don't mind being asked to buy it every 10 or so saves (these are very minimal anyway)

Re: Good text editor for linux?

Posted: Thu Feb 06, 2014 8:16 pm
by Jasoco
I second SublimeText, and the message is quite a bit more than 10 saves. Maybe something like 100. Which is nothing for such a feature packed editor. I do wish themes allowed for the coloring of the sidebar though. I use a dark theme, but it looks weird having a bright white sidebar when the rest of the window is black.