2005 LinuxQuestions.org Members Choice Awards This forum is for the 2005 LinuxQuestions.org Members Choice Awards.
You can now vote for your favorite products of 2005. This is your chance to be heard! Voting ends March 6th. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
View Poll Results: Editor of the Year
|
|
vi/vim
|
  
|
588 |
37.96% |
|
emacs/xemacs
|
  
|
134 |
8.65% |
|
jEdit
|
  
|
28 |
1.81% |
|
nano
|
  
|
150 |
9.68% |
|
pico
|
  
|
49 |
3.16% |
|
Kate
|
  
|
348 |
22.47% |
|
gedit
|
  
|
122 |
7.88% |
|
Nedit
|
  
|
32 |
2.07% |
|
joe
|
  
|
30 |
1.94% |
|
Scite
|
  
|
19 |
1.23% |
|
Midnight Commander Editor
|
  
|
49 |
3.16% |
 |
|
03-04-2006, 12:02 AM
|
#136
|
|
Member
Registered: Mar 2006
Distribution: fedora 7
Posts: 62
Rep:
|
kate kate kate. under CLI then vi
|
|
|
|
03-06-2006, 12:18 PM
|
#137
|
|
Member
Registered: Mar 2005
Location: Calgary AB
Distribution: Slackware
Posts: 440
Rep:
|
once i figured out how to use vi I kind of got hooked.
|
|
|
|
03-09-2006, 10:01 AM
|
#138
|
|
LQ Newbie
Registered: Jan 2006
Posts: 23
Rep:
|
First gedit, then pico
|
|
|
|
03-12-2006, 05:03 PM
|
#139
|
|
Member
Registered: Nov 2004
Location: England
Distribution: Ubuntu 9.04; Crunchee; EEE Xandros
Posts: 289
Rep:
|
I can't work out how vi/vim does so well in these polls, am I the only person who gets letters output when using the arrow keys while in input mode?! I can't find a decent console editor, I keep using joe but that's pretty annoying as well.
|
|
|
|
03-12-2006, 05:24 PM
|
#140
|
|
Senior Member
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679
Rep:
|
Maybe you have some issues with your keyboard configuration?
I have certainly never seen vi print letters when pressing the arrow keys while in input mode (I assume you mean when you press the insert key)... I have seen annoying messages being printed as you try to get your job done, though, when using newer Microsoft Office keyboards (<< avoid like plague!). Anyway, you could try nano (I like it for general editing needs, like vi better for syntax highlighting, though).
|
|
|
|
03-12-2006, 05:31 PM
|
#141
|
|
Member
Registered: Nov 2004
Location: England
Distribution: Ubuntu 9.04; Crunchee; EEE Xandros
Posts: 289
Rep:
|
Quote:
|
Originally Posted by Thetargos
Maybe you have some issues with your keyboard configuration?
I have certainly never seen vi print letters when pressing the arrow keys while in input mode (I assume you mean when you press the insert key)... I have seen annoying messages being printed as you try to get your job done, though, when using newer Microsoft Office keyboards (<< avoid like plague!). Anyway, you could try nano (I like it for general editing needs, like vi better for syntax highlighting, though).
|
It's a microsoft internet keyboard and I get A from up, B from down, C from right and D from left all followed by a newline. I might have to give nano a try.
|
|
|
|
03-12-2006, 08:55 PM
|
#142
|
|
Senior Member
Registered: Jul 2005
Distribution: Slackware
Posts: 2,006
Rep: 
|
That is because you are in insert mode while trying to move. Get back to command mode with ESC key which sends ^(Control)[. Up, down, left and right sends ^A, ^B, ^C, and ^D. Also, try using hjkl for moving around. Play nethack for training.
|
|
|
|
03-12-2006, 10:44 PM
|
#143
|
|
Senior Member
Registered: Mar 2003
Location: Mexico City
Distribution: Fedora, Ubuntu & Mint
Posts: 1,679
Rep:
|
LOL, I had never had any troubles with vi until I got this wireless Internet/Office Microsoft keyboard (which is proving to be a head ache due to the amount of warning messages it dumps)
|
|
|
|
03-22-2006, 10:22 AM
|
#144
|
|
Guru
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339
Rep:
|
I found this kind hilarious. Don't try it at home unless you know what it does
http://vi.istheshit.net/
|
|
|
|
03-23-2006, 11:06 AM
|
#145
|
|
Member
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206
Rep:
|
Use vim/gvim emacs and xemacs. Used to code in vim, but like the *macs ability to run interpreter inside of the editor. There's much I like about Xemacs but the newsgroup is very poor in answering questions. Can anyone recommend a alternate to comp.emacs.xemacs? gnu.emacs.help is great, but more geared towards GNU Emacs.
thanks.
P.S. I prefer forums to newsgroups
|
|
|
|
03-23-2006, 09:14 PM
|
#146
|
|
Member
Registered: Feb 2005
Location: Gulf-Coast TX-MX
Distribution: ArchLinux / Slackware 12.1
Posts: 39
Rep:
|
I guess i voted for a loser this year, Midnight Commander Editor is always there for me, because I use MC to find the file and the the edit button is right there. I suppose my second choice would have been nano only because I learned it in me little gentoo experiance.
|
|
|
|
03-23-2006, 09:31 PM
|
#147
|
|
Member
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206
Rep:
|
For MC, pick Option->Configuration and make sure that "use internal edIt/View" is unchecked. If you do so, then the $EDITOR variable is used. On my Red Hat OS, it is vim. That way, one could use mcedit when convenient or pick another if it suits. But that is just me .... I find either vim or mcedit preferable to emacs for doing quick, ad hoc edits. If you really wanted to be flexible, then you could do a simple shell script that `exports` $EDITOR of your choice... MC is the starting point of most of what I do on linux.
|
|
|
|
01-16-2007, 06:49 AM
|
#148
|
|
LQ Newbie
Registered: Sep 2006
Location: philippines
Distribution: slackware
Posts: 3
Rep:
|
Text editor of the year
There's no such thing as Kate!!! Shortcuts, code highlighting, preferences!!! Only from Kate!
CLI, rhyme for VI
|
|
|
|
01-25-2007, 09:49 AM
|
#149
|
|
Member
Registered: Jan 2006
Distribution: Various versions of Red Hat Fedora Core and Ubuntu
Posts: 40
Rep:
|
VI/M Its the standard that is everywhere. Know it. Love it. Live it.
|
|
|
|
01-25-2007, 09:55 AM
|
#150
|
|
Member
Registered: Oct 2004
Location: Palmer, Alaska
Distribution: ubuntu 10.04, Slack 13.0/32-bit
Posts: 206
Rep:
|
Quote:
|
Originally Posted by cachemonet
VI/M Its the standard that is everywhere. Know it. Love it. Live it.
|
Yup. Any *nix you encounter will have it. Oganizations that use linux will expect employees to know it.
tim
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:09 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|