2005 LinuxQuestions.org Members Choice AwardsThis 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.
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.
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).
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.
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.
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)
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
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.
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.