2
votes
4answers
206 views

Console editor: something between VIM and nano?

I used vim for a long time, but switched to Sublime Text last year for most of my programming work. Now, every time I have to make use of a console editor (mostly over ssh), I feel extremely ...
3
votes
1answer
79 views

Long-line handling from Nano in Vim?

I'm a hardcore VIM-user. However, I wonder whether it's possible to configure VIM to provide a lone-line handling like Nano. Imagine the following text file: 1 This is a short line 2 This is a much ...
2
votes
3answers
109 views

Sort for specific lines in text

I have the given text: # Blub Hello this is a blub text. # Bla This is the bla text. # Abba Another text. Is it possible to sort for the lines with the #? So that the resulting text is: # Abba ...
0
votes
2answers
1k views

Swedish characters (åäö) in Vim & Nano

When I'm using Vim or Nano in Mac OS X Lion, the Swedish characters "ÅÄÖ" show up as "åäö". It works fine in Terminal. I've added this line to my .vimrc: set encoding=utf8 If I run locale in ...
1
vote
1answer
250 views

Nano's find and replace in Vim?

Vim's find and replace is very powerful and very useful however sometimes I don't want that power - adding backslashes can be a drag. Sometimes, I just want to find and replace exactly across a whole ...
2
votes
4answers
615 views

I used to use nano to edit text but I switched to vim, which is more powerful. Will I get the same power up if I move to emacs? [closed]

For about 3+ years, all I thought I needed (and technically that was the case) was nano. I did not understand all the hoopla about vim until I tried it. Although the learning curve is ever-so-slightly ...
9
votes
9answers
2k views

What is the benefit of using things such as emacs, vim, and nano over any other IDE or text editor?

From what Ive seen. emacs etc.. run in terminal. Is there any benefit to this? It seems that it would be more of a hassle to write and organize things. I'm not trying to be subjective I literally know ...