LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-15-2011, 05:01 PM   #1
Abscissa256
Member
 
Registered: Aug 2011
Posts: 79

Rep: Reputation: Disabled
Text-mode editor (non-emacsy/non-vimmy) for a windows guy


I've been more of a Windows guy than a Unix guy since the Win3.1 days, and as such I find that I don't really like emacs and have a complete inability to use vi/vim. So usually when I need a text-mode text editor on Linux I go for nano, but it appears to have some very painful limitations: No standard select/cut/copy/paste, no undo, and a rather weird (ie, current line only) form of horizontal scrolling.

Is there any text-mode editor anyone can suggest that's not like emacs or vi, but more powerful than nano?
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 10-15-2011, 05:11 PM   #2
AuroraZero
Member
 
Registered: Oct 2009
Location: memphis, TN
Distribution: SlackWare 14.2, Android, Slax, Centos 5.9 Final, Centos 6
Posts: 188

Rep: Reputation: 32
Most of us Vi or VIM because they work. Sure you have to learn to use them but you had to learn windows the first time also. You can try pico but I am afraid if you are looking for a middle ground you may not find it. http://en.wikipedia.org/wiki/Pico_%28text_editor%29 that will give you an idea of what it is.
 
0 members found this post helpful.
Old 10-15-2011, 05:17 PM   #3
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

AuroraZero is right. Most of us use vi/vim/emacs/nano/pico. If you want text editor which is similar to notepad in Windows then you can go with gedit. Remember that gedit require's GUI.

You can go with notepad++ but that will require wine to install it on linux. If you are looking for pure text based editor without any GUI then the one of those which are mentioned in the beginning should be your choice.
 
0 members found this post helpful.
Old 10-15-2011, 05:24 PM   #4
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by Abscissa256 View Post
I've been more of a Windows guy than a Unix guy since the Win3.1 days, and as such I find that I don't really like emacs and have a complete inability to use vi/vim. So usually when I need a text-mode text editor on Linux I go for nano, but it appears to have some very painful limitations: No standard select/cut/copy/paste, no undo, and a rather weird (ie, current line only) form of horizontal scrolling.
I think you will have to learn Linux if you want to use it. If you don't want to learn you'd be better off to stay with Windows.
Quote:
Is there any text-mode editor anyone can suggest that's not like emacs or vi, but more powerful than nano?
I agree with the above posters, vi and emacs are very powerful editors but as with any powerful tool you'll have to learn it.

In general Linux is much about reading the documentation and learning. Windows is made for people who want to use things without learning (but also a Windows-user has advantages when he learns to use the system). So I think it's up to you to decide if you really want to use Linux or if you want to stay with Windows.

Markus
 
1 members found this post helpful.
Old 10-15-2011, 07:46 PM   #5
Abscissa256
Member
 
Registered: Aug 2011
Posts: 79

Original Poster
Rep: Reputation: Disabled
I never said I was unwilling to learn. It was a simple honest question. If there's no such thing as what I was looking for, that's one matter, but I don't need any of the RTFM attitude.
 
0 members found this post helpful.
Old 10-15-2011, 07:53 PM   #6
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

@ Abscissa256,

Nobody have RTFM attitude here. We just wanted to make you aware that linux is dominant and there are many ways to achieve the same thing.

I hope you will agree that linux has more online documentation as compare to Window$. Windows is all about left and right click whereas linux is much much more than that.

As far as your query is concerned we have already mentioned the options that you have in linux.
 
0 members found this post helpful.
Old 10-15-2011, 08:03 PM   #7
Konphine
Member
 
Registered: Jul 2011
Location: Phoenix, New York
Distribution: Slackware 13.37
Posts: 376

Rep: Reputation: 11
You can use a regular text editor like kwrite or mousepad (mousepad is outdated though so be careful).

Could you tell us what Linux distro you're running? Those who use that same distribution may know of a text editor in that distribution like notepad.

Also, if you want to learn vi(m) you can do so by typing in "vimtutor" in a terminal. Read through it carefully and learn it thoroughly (i.e. use vim a lot).
 
0 members found this post helpful.
Old 10-15-2011, 08:20 PM   #8
Abscissa256
Member
 
Registered: Aug 2011
Posts: 79

Original Poster
Rep: Reputation: Disabled
I asked if there were suggestions that fit a certain criteria, and got three people all essentially telling me "Your criteria is wrong. If you're going to use Linux, you should be willing to learn it." That may as well have been an "RTFM".

Additionally, I never said I was a Linux novice, just that I've historically been more Windows (which I only mentioned in the first place to give an idea of my taste in editor interfaces). Is there some overall assumption that just because I'm not on either side of the vi/emacs war I must therefore be a Linux novice? Or that being experienced in Windows precludes having any experience in Linux?

As a side note, labeling Windows as "all about left and right click" is about as sensible a thing to say as "Linux is all about sitting and pushing keys." I'm not saying Windows is better, worse or equal, but such a blatant and derogatory over-generalization is inappropriate even on a Linux board.
 
Old 10-15-2011, 08:30 PM   #9
Abscissa256
Member
 
Registered: Aug 2011
Posts: 79

Original Poster
Rep: Reputation: Disabled
@Konphine:

Thanks, but I'm looking specifically for a text-mode (ie, non-GUI) editor. Normally I use things like kate and gedit, but I've been coming across the need to do some basic text editing in a text-only situation.

The only such text-mode editors I've been able to find have been nano/pico, vi, emacs, and derivatives of such. There's certainly ways of getting around the matter (including the patronizingly obvious "ideas" of learning vi or getting better with emacs that some have felt the need to bash over my head), but it would help if there were a "middle-ground" text-mode editor.
 
Old 10-15-2011, 11:58 PM   #10
FredGSanford
Senior Member
 
Registered: Nov 2005
Location: USA
Distribution: Mageia 7 - Debian 10 - Artix Linux
Posts: 1,142
Blog Entries: 5

Rep: Reputation: 207Reputation: 207Reputation: 207
I kinda agree with the OP. I personally use nano for text base editor, and IMO, Vi sucks big time.

!:q...I'm not sure if that how to exit out!
 
Old 10-16-2011, 03:26 AM   #11
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by FredGSanford View Post
... Vi sucks big time.
at the very beginning, but then one becomes more and more familiar with vi.
Quote:
...!:q...I'm not sure if that how to exit out!
:q! the ! means "urgent", there is also :help!

Markus
 
Old 10-16-2011, 04:02 AM   #12
dive
Senior Member
 
Registered: Aug 2003
Location: UK
Distribution: Slackware
Posts: 3,467

Rep: Reputation: Disabled
@OP for a gui editor there is also medit.

Not sure about cli except as has been mentioned nano, pico.
 
Old 10-16-2011, 04:17 AM   #13
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
I have never tried them, but for the commandline there are joe and jed. You may also try mcedit, which comes as part of the mc file-manager.
 
2 members found this post helpful.
Old 10-16-2011, 04:22 PM   #14
Abscissa256
Member
 
Registered: Aug 2011
Posts: 79

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by TobiSGD View Post
I have never tried them, but for the commandline there are joe and jed. You may also try mcedit, which comes as part of the mc file-manager.
Thanks, those all seem to be steps up from nano, especially mcedit. Although the "shift-" combinations don't seem to work over ssh, and there's still a little bit of what I would consider weirdness (some of which I may be able to take care of through the config), mcedit looks like it will do nicely.
 
Old 10-16-2011, 08:25 PM   #15
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,349

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Actually, the basics of vi is easy enough to learn and can be very handy as it's the one editor guaranteed to be avail on just about all *nix eg Solaris, HP-UX, AIX, all Linux, all *BSDs, OS/X.
Doubly so in a rescue situation.
I've been using it for years, but still get away with probably only knowing 5-10 cmds (plus variations).
With modern xterms on *nix or via eg MS desktops, I cheat on the copy-n-paste by using the GUI to do it
 
  


Reply


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
True dual-mode console/X-window text-editor for Slackware 12.2? linus72 Linux - Newbie 4 03-17-2009 04:42 AM
Text Editor on Fedora Core 4 in Text Mode blong4life Linux - Software 5 07-31-2006 09:07 PM
text editor at rescue mode? abtimoteo Ubuntu 3 09-18-2005 08:58 AM
Text Mode Editor: What Choices? BASH, VI, EMACS? LinxAI Linux - Newbie 12 03-28-2004 11:17 PM
Text Editor in Console Mode ? membrax Linux - Hardware 5 12-28-2002 11:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:28 AM.

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