Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
|
View Poll Results: Do you use VIM in via the console or gui?
|
|
I use the console version
|
  
|
91 |
91.00% |
|
I use the gui version (GVIM)
|
  
|
9 |
9.00% |
 |
|
03-28-2008, 06:43 PM
|
#1
|
|
Member
Registered: Apr 2006
Distribution: Fedora
Posts: 478
Rep:
|
VIM Users: Do you use VIM via console or gui?
Hello,
For those of you who use VIM as a text editor, do you use it via the console/terminal or through the gui version (GVIM)? And do you operate in a graphical environment or not?
Feel free to explain your reasons why you use what you use?
|
|
|
|
03-28-2008, 06:51 PM
|
#2
|
|
ReliaFree Maintainer
Registered: Aug 2004
Location: Kalamazoo, Michigan
Distribution: Slackware, Cross Linux from Scratch, Gentoo
Posts: 2,663
Rep: 
|
Yes, I use a graphical environment. I probably use Vim in a console more often, but I do use gVim also (especially on Windows).
|
|
|
|
03-28-2008, 06:58 PM
|
#3
|
|
LQ Newbie
Registered: Mar 2008
Location: Sweden
Distribution: Slackware 13.0
Posts: 14
Rep:
|
I only use VIM. Both in console and gfx env.
When i started using linux i only knew of one text editor and that was Pico. Then on a beautiful day a unix friend showed me VIM and the clouds dissappeared and the sun started shining and all was well in the universe. On occasion i use Nano, but only if the system does not have vim.
|
|
|
|
03-28-2008, 07:34 PM
|
#4
|
|
HCL Maintainer
Registered: Jun 2003
Location: Tupelo, MS
Distribution: Gentoo
Posts: 6,926
Rep: 
|
vim ... everywhere
|
|
|
|
03-28-2008, 07:55 PM
|
#5
|
|
LQ Newbie
Registered: Mar 2008
Posts: 3
Rep:
|
not only do I use vim from the cli and the gui both, I also use vim in windows, and on headless machines running ssh as the only interface. vim ftw.
|
|
|
|
03-28-2008, 08:28 PM
|
#6
|
|
LQ Addict
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian Squeeze
Posts: 5,570
|
Vim - cli and gui. Got used to doing it that way before I learned that gvim even existed. I see no reason to change.
|
|
|
|
03-28-2008, 08:29 PM
|
#7
|
|
Moderator
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733
|
Often, vim-minimal is the only editor available in a boot disk or the rescue mode. Using gvim in a konsole is a good way to learn the shortcuts when you are new to vim.
|
|
|
|
03-29-2008, 08:27 AM
|
#8
|
|
Member
Registered: Sep 2007
Location: Berlin
Distribution: Slackware
Posts: 509
Rep:
|
All variations.
Gvim: for source code with open tabs usally
In xterm with cli: everyday usage with mutt, for example
On the console: administration tasks and stuff like that if there's no GUI
|
|
|
|
03-29-2008, 11:26 AM
|
#9
|
|
Member
Registered: Jun 2007
Location: Silicon Valley, CA
Distribution: Xubuntu
Posts: 83
Rep:
|
Quote:
Originally Posted by Su-Shee
All variations.
Gvim: for source code with open tabs usally
In xterm with cli: everyday usage with mutt, for example
On the console: administration tasks and stuff like that if there's no GUI
|
Curious... why not use vim in an xterm/console for source code editing instead of gvim? Console vim has tabs too, along with most other vim features.
|
|
|
|
03-29-2008, 11:47 AM
|
#10
|
|
Senior Member
Registered: Nov 2006
Location: California
Distribution: Fedora , CentOS , Solaris 10, RHEL
Posts: 1,763
Rep: 
|
I got so used to using VI (note the missing M) in Solaris that when I use VIM; I put in my .vimrc a "set compatible" so that it works like the original VI...
Also I use hjkl instead of the arrow keys...arrow keys are for wimps
But I have used gvim in the past...but I'm much faster using VI(M) with hjkl...
-C
|
|
|
|
03-29-2008, 12:37 PM
|
#11
|
|
HCL Maintainer
Registered: Jan 2006
Distribution: (H)LFS, Gentoo
Posts: 2,450
Rep:
|
I use vi more than vim, and when I do use vim, it is in a console.
|
|
|
|
03-29-2008, 01:16 PM
|
#12
|
|
Member
Registered: Mar 2008
Distribution: Gentoo, CentOS, Fedora, Arch
Posts: 231
Rep:
|
Pure vim.
Quote:
|
Originally Posted by custangro
Also I use hjkl instead of the arrow keys...arrow keys are for wimps
|
Brother! 
|
|
|
|
03-29-2008, 01:18 PM
|
#13
|
|
Member
Registered: Sep 2006
Location: Canada
Distribution: openSUSE 11.3, Xubuntu 10.10, Ubuntu 11.04
Posts: 53
Rep:
|
I use both. Maybe a poll should have a
[ ] Both
option.
vi, vim, it's all better than Word.
|
|
|
|
03-29-2008, 03:28 PM
|
#14
|
|
Member
Registered: Apr 2006
Distribution: Fedora
Posts: 478
Original Poster
Rep:
|
Hello,
Quote:
Originally Posted by shambler
it's all better than Word.
|
I can see it now - why won't the compiler process my sourcefile.doc without a whole mess of errors? 
|
|
|
|
03-29-2008, 03:29 PM
|
#15
|
|
Member
Registered: Apr 2006
Distribution: Fedora
Posts: 478
Original Poster
Rep:
|
Hello,
Wow! 100% voting for the console version. And here I thought I was living in the past by using the console version over the gui (gvim).
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:22 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|