• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

VI IMproved Help [ Red Hat Linux 9 ]

MainFramed

Diamond Member
<MainFramed>

Alright,
I hear everyone rave about VI being this awesome text editor for HTML and what not....how the heck do you use it? When I try to type in it...nothing happens. I really feel dumb here. Can someone please tell me what is so special about this, and possibly give me tips on using it? Any good ol' text editor like notpad (in windows) works better than this (....as for what I know of it now)

Please Help 😱 😕

</MainFramed>
 
press i, type. 🙂

VI is not in the least bit intutive, you'll never figure it out without looking at a tutorial.
 
There should be a program 'vimtutor', run that and it'll help you get the basics down. vi is a real PITA at first, but it works really well once you get good with it.
 
Yeah fortunately the first time I ran vi, I knew enough to find the pid and kill it. 😛 Ditto what Nothinman said, it's odd at first, but once you get good you can fly (and typing into things such as browser windows all of a sudden becomes very annoying since you can't use the useful vi key combos you are so used to 🙂)
 
Originally posted by: BingBongWongFooey
Yeah fortunately the first time I ran vi, I knew enough to find the pid and kill it. 😛 Ditto what Nothinman said, it's odd at first, but once you get good you can fly (and typing into things such as browser windows all of a sudden becomes very annoying since you can't use the useful vi key combos you are so used to 🙂)

When I made this thread, I knew (and have been) waiting for your reply 🙂😛

Well Im working on it...🙂

Thanks guys
 
Don't think either of those links mentioned that gg takes you to the beginning of the file and G takes you to the end. Control G gives you info about the file.
 
when I type a key do I have to press another key such as ALT+ G or whatever? How does it know if im either typing or commanding?
 
How does it know if im either typing or commanding?

At the bottom left it should says something like "--INSERT--" when you're in insert mode, when you're in command mode nothing is down there.

When it doubt hit esc a few times to make sure you're in command mode =)
 
Back
Top