|
|
|
|
|
by RiderOfGiraffes
6341 days ago
|
|
I'm disappointed. I guess I'm not the intended audience, but I was hoping to learn about the windowing operations. The simple stuff in this "cheatsheet" is stuff anyone other than a complete beginner will use absolutely all the time. Windowing makes vi fantastic - I need to learn it. Note to self: Learn the windowing operations in vi. Ctrl-p and Ctrl-n are the truly awesome commands for programmers. |
|
Split to a new file (create a new window)
Switch windows Resizing windows (w/o mouse) Here is a tutorial that has stuff on windows and tabs (if you want) (pdf):http://research.iiit.ac.in/~smr/data/advanced_vim_tutorial.p...
This is for Vim, though. I'm not sure if it will work for Vi.
> The simple stuff in this "cheatsheet" is stuff anyone other than a complete beginner will use absolutely all the time.
Not exactly...
Over time, as you memorize commands, you'll gradually become less and less dependent on the cheat sheet.
Even so, I doubt that this will work. I started using Vim by learning one or two commands at a time, not a whole bunch at once, and it worked for me. I believe that a beginner would use this cheat sheet as a crutch because the beginner would use it "absolutely all the time."
Dumb question, but how do we know exactly if it works or not? It didn't cite any test cases. Did anybody try this?