I am new to linux and tried few editors (vi/nano). Currently use nano but still little off from dos/windows world.
Which is the easiest editor in linux(ubuntu) for windows person?
|
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
You can try | ||||
|
feedback
|
|
Graphical one: | |||
|
feedback
|
|
This question is likely to garner very subjective answers. Personally I wouldn't look at it as an exercise in finding something similar to DOS\Windows but look at it as an exercise in learning the Linux OS, shell, and applications that you've chosen to use. Just as you had to learn DOS and Windows when they were new to you, you've got to learn Linux if you want to travel that road. | |||||
feedback
|
|
Be careful with nano - it doesn't always handle word wrap correctly, so config files that expect things to be on a single line are sometimes wrapped in nano and treated as two separate lines. Vi/Vim does not exhibit this behavior and is also the defacto standard for other reasons as well including plugin support, scriptability, etc. If you try and adapt your Linux experience to be more like Windows, you will be disappointed. You should make a real effort at "doing Linux the Linux way" and trying to get familiar with the core userland applications. | |||||
feedback
|
|
I would recommend "mcedit" (Midnight commander) for a windows person. | |||
|
feedback
|
|
nedit was very popular with the ex-Windows programmers last time I worked at a Unix software house, which, admittedly, is getting on for a decade ago. From its Wikipedia entry: "It has an interface similar to text editors on Microsoft Windows and Macintosh, rather than to older UNIX editors like Emacs". | |||
|
feedback
|
|
Working on the asusmption that you're working on the command line I see 3 main alternatives.
Option 3 may sound a little strange but is in fact my personal preference. I've bee using the same editor (Boxer) since Windows 95, and the DOS version of the same prior to that, and don't see any reason to change. So, when doing anything beyond the most elementary editing of Linux files I connect from a Windows machine using WinSCP, in which I have Boxer configured as the default editor. | |||
|
feedback
|
ed– ring0 Sep 1 '10 at 4:33