LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 10-22-2007, 06:36 AM   #31
choogendyk
Senior Member
 
Registered: Aug 2007
Location: Massachusetts, USA
Distribution: Solaris 9 & 10, Mac OS X, Ubuntu Server
Posts: 1,197

Rep: Reputation: 105Reputation: 105

Quote:
Originally Posted by farkus888 View Post
...if you don't know vi and thats all you have you are screwed.
hmm. I think that's what a bunch of us have been saying.

It pays to know vi if you are responsible for keeping servers up. Of course, if you're not, and you just want to play with linux, then do whatever you want. Nothing to stop a sysadmin from using nano or emacs either, but they're putting themselves at risk if they don't also know vi.
 
Old 10-22-2007, 08:12 AM   #32
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
Quote:
Originally Posted by choogendyk View Post
hmm. I think that's what a bunch of us have been saying.

It pays to know vi if you are responsible for keeping servers up. Of course, if you're not, and you just want to play with linux, then do whatever you want. Nothing to stop a sysadmin from using nano or emacs either, but they're putting themselves at risk if they don't also know vi.
beat me to it. why i learned vi(m) is simple. just about every *nix system i have logged into has it and if i need to change something i KNOW i can. nano is not intuitive either for that matter, but then before i started linux i never did much text editing so no text editor is "intuitive" for me.

i still have to keep a cheatsheet page up when i am doing anything more then basic commands but that is more that i do not code but once every few months and tend to forget the commands due to lack of use.
 
Old 10-22-2007, 12:53 PM   #33
farkus888
Member
 
Registered: Oct 2006
Distribution: usually use arch
Posts: 103

Rep: Reputation: 15
Quote:
Originally Posted by choogendyk View Post
hmm. I think that's what a bunch of us have been saying.

It pays to know vi if you are responsible for keeping servers up. Of course, if you're not, and you just want to play with linux, then do whatever you want. Nothing to stop a sysadmin from using nano or emacs either, but they're putting themselves at risk if they don't also know vi.
my point was really that once you have learned it is pretty easy to just keep using it. by now its reflexive and I need to look at the charts for nano, so its actually easier for me to use vi. and yeah I know some of those sentiments have already shared too, but its slow at work today.
 
Old 10-22-2007, 02:41 PM   #34
lamar_air
Member
 
Registered: Oct 2004
Posts: 37

Rep: Reputation: 15
I agree it's not initially intuitive at all but it's just about always available if you're not on windows..
 
Old 10-22-2007, 06:30 PM   #35
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
You can have it on Windows too, if you really want to suffer...
 
Old 10-23-2007, 08:04 AM   #36
Dox Systems - Brian
Member
 
Registered: Nov 2006
Posts: 344

Rep: Reputation: 31
Quote:
Originally Posted by brianL View Post
You can have it on Windows too, if you really want to suffer...
Speaking of that (Windows, that is)... Anyone else notice that the ancient "edit.com" DOS editor is so much better than either notepad or wordpad (which are much newer)?
 
Old 10-23-2007, 11:15 AM   #37
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
I use EditPad Lite on Windows instead of Notepad. Never tried edit.com - will do, just out of curiosity.
 
Old 10-23-2007, 11:51 AM   #38
masterclassic
Member
 
Registered: Jun 2007
Distribution: Knoppix, antiX
Posts: 252

Rep: Reputation: 73
"edit" is the best m$ text editor, MUCH better than notepad (it's rather a joke) and wordpad (a kind of "word sub-processor" useful just to read the "readme" files of m$ software).
It is almost the same editing environment used in the m$ programming languages in the pre-win era. I don't know if it can handle unicode characters or just ascii.

Better was BRIEF editor, that included its own script language (c-like), with many programming help tools (and the ability to handle up to 2 billion lines of text file). I don't know if there are any newer versions.
Of course, we always have to remember norton editor
 
Old 10-23-2007, 12:36 PM   #39
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Whenever I have to use Windows, I find myself installing SciTE.
 
Old 10-23-2007, 03:54 PM   #40
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Am I the only one who does not really care about a text editor? I use vim only for basic system configuration. If I am going to write a book, I will use a good word processing application. If I am going to program something, I will be using an IDE.

The only advantage vi has (over many other editors) is that you can always count on it on any Unix-machine. But it is not like I think vi (or any other text editor) are something to get too political about, leave it alone argue which text editor is "the best thing in the World". I just edit what I have to, remotely or localy with vi, ESC:wq and that is IT. And the way Linux is going, doing this kinda of editing is getting less necessary (better hardware detection and configuration tools. It was also about time by the way).

And just to let the fire going: if there was a list or pool of the top-ten most overrated creations of all time (hmmmmm, I should create one), you bet I'd vote for vi in that one...
 
Old 10-23-2007, 06:25 PM   #41
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
lol tis true,
i am using Vim for a bit of programming ATM because im logged on to a remote server with ssh.
i cant stand emacs and nano/pico dousent have santax highlighting


yes i know i could ssh -X and run gedit/kate but i cant be bothered!
 
Old 10-24-2007, 06:51 AM   #42
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
Syntax highlighting for nano:

http://wiki.linuxhelp.net/index.php/...x_Highlighting
 
Old 10-24-2007, 09:23 AM   #43
Dox Systems - Brian
Member
 
Registered: Nov 2006
Posts: 344

Rep: Reputation: 31
Quote:
Originally Posted by masterclassic View Post
"edit" is the best m$ text editor, MUCH better than notepad (it's rather a joke) and wordpad (a kind of "word sub-processor" useful just to read the "readme" files of m$ software).
It is almost the same editing environment used in the m$ programming languages in the pre-win era. I don't know if it can handle unicode characters or just ascii.
My understanding is that the edit.com editor is the old qbasic IDE/editor with the qbasic specific stuff stripped out.

I had another text editor called "EDIT" that I test drove a LONG time ago (shareware). Very nice, but I didn't have the $10-20 to buy it back then, so I didn't keep it.

I still use the old Mix Software editor at home... Talk about old, it's a DOS app that was essentially a simple port from CP/M 80! Does exactly what I need though.
 
Old 10-24-2007, 09:27 AM   #44
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Has anyone tried notepad2 for Windows? It is pretty much like notepad, but has syntax highlighting and other few enhancements. Again, I don't use an editor much, but I do think that Windows should be shipped with at least something like that
 
Old 10-24-2007, 11:58 AM   #45
brianL
LQ 5k Club
 
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Slackware64 15; SlackwareARM-current (aarch64); Debian 12
Posts: 8,298
Blog Entries: 61

Rep: Reputation: Disabled
There's dozens of text editors available for Windows, all of the better than Notepad.
 
  


Reply

Tags
choice, freedom


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
About nano satimis Linux - Software 3 05-03-2007 10:01 PM
iPod Nano dstrbd1 Linux - Software 2 01-02-2006 01:46 AM
nano hostmark101 Linux - Newbie 8 08-12-2005 06:53 PM
Nano RPM? ghight SUSE / openSUSE 5 02-07-2005 11:09 AM
nano -w /etc/hosts bobotoes Linux - Newbie 5 10-04-2004 01:49 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 08:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration