Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I know the windows-version of vim, which I like very much. Since I'm now trying to work (C++) under Linux I wanted to use it as well under Linux. But when I typed "vim" in the konsole, I get an ugly, unergonomic command line version of the mighty Vim. Isn't there an equally comfortable version under Linux?
I'm using RedHat 8.0 and my Packed-Manager tells me that "vim-enhanced" is installed.
I think what you're looking for is the gui version of vim. I cannot recall what the command is from the cli but I think that redhat has it included in the start menu under editors or something.
Thanx for your advice guys!
Unfortunately typing "gvim" returns "command not found". Does that mean that GVim is not installed? Do I have to download it?
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207
Rep:
gvim is the gui version of vim, it usually gets installed by default, it's starnge it tells you it's not. When you install gvim, you can further enhance it with "cream for vim" (a google search should get you there) to get some more inetersting functionality.
In my oppinion however, it is much better and faster to use text-based, command line, VIM. It is the way it should be!
-NSKL
Maybe it's installed, but not in your path. try typing 'whereis gvim' at CLI - obviously without the quotes - if it gives you a path (actually I don't seem to have it, no response to the command (& I really like vim anyway ), but ymmv) then type that path eg. /usr/etc/gvim or whatever your shell returns - if still no joy ie. if it's there but you get 'can't open' error, check the permissions on the app:
ls - l /whatever/the/path/is
if it's only executable by root you need to change permissions (as root) before you can use it (as user) eg su then chmod 755 /whatever/your/path/is/to/gvim
Hope this is of some help
JD
PS If none of this works and you really long for a GUI text editor you could always try calling xemacs instead (pax! pax!)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.