What is the best way to force yourself to master vi? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-03T19:08:19Z http://stackoverflow.com/feeds/question/74625 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi 46 What is the best way to force yourself to master vi? webmat 2008-09-16T17:08:38Z 2009-12-01T18:39:49Z <p>A good while ago, I read <a href="http://www.viemu.com/a-why-vi-vim.html" rel="nofollow">an article by the creator of viemu</a>, clearing up a lot of the misconceptions about vi, as well as explaining why it's a good idea (and why it's been very popular for the last 30 years+). The same guy also has <a href="http://www.viemu.com/a%5Fvi%5Fvim%5Fgraphical%5Fcheat%5Fsheet%5Ftutorial.html" rel="nofollow">a great set of graphical cheat sheets</a> that teach the basics a few bits at a time. </p> <p>I'm convinced.</p> <p>I've been convinced for the past 2 years in fact. But I still really haven't gotten around to force myself to learn vi as my primary editor, the learning curve is just too high. When I get down to work, acceptable but immediate productivity (using my current editor) has so far won over tremendous productivity farther down the line (using vi).</p> <p>Does anybody have any good tips to help get past the learning curve? It can be straight out tips, some other tutorial or article, whatever.</p> <p>Edit: Note that I'm aware of the <a href="http://www.vim.org/" rel="nofollow">vim/gVim</a>, <a href="http://cream.sourceforge.net/" rel="nofollow">Cream</a> and <a href="http://code.google.com/p/macvim/" rel="nofollow">MacVim</a> (etc.) variants of vi. I kept my question about vi to refer to the vi family as a whole. Thanks for all the great answers.</p> <h3>Update (April 2009)</h3> <p>I've been using Vim (more precisely, MacVim) in my day to day professional life since last December. I'm not going back :-) </p> <p>Good luck to everyone in their Vim mastery.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74635#74635 1 Answer by Bob Dizzle for What is the best way to force yourself to master vi? Bob Dizzle 2008-09-16T17:09:30Z 2008-09-16T17:09:30Z <p>delete all other text editor apps.</p> <p>Then you will have to learn it.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74651#74651 5 Answer by Dana for What is the best way to force yourself to master vi? Dana 2008-09-16T17:11:44Z 2008-09-16T17:11:44Z <p>The simplest way to <em>force</em> yourself might be just to remove all the other editors from your machine. Get rid of temptation :)</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74659#74659 0 Answer by shyamsundar for What is the best way to force yourself to master vi? shyamsundar 2008-09-16T17:12:39Z 2008-09-16T17:12:39Z <p>delete notepad.exe and create a shortcut to vim called notepad instead :)</p> <p>or do all your coding via ssh or on a machine that has no GUI ;)</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74660#74660 0 Answer by Bob for What is the best way to force yourself to master vi? Bob 2008-09-16T17:12:42Z 2008-09-16T17:12:42Z <p>I've tried keeping a small cheat sheet or sticky notes of common vi commands. I do the same thing for an IDE I use. I find if I put sticky notes of keyboard shortcuts or commands on my monitor(s) it helps me learn them. Once I've used the shortcut enough and think I remember it well, I'll remove the sticky note.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74664#74664 21 Answer by aaronjensen for What is the best way to force yourself to master vi? aaronjensen 2008-09-16T17:13:02Z 2009-03-26T15:06:55Z <p>The first thing I'd do is lay a piece of paper or a book over your arrow keys and your ins/home/end/pgup/down keys. Those aren't needed in Vi. </p> <p>Next I'd get used to hitting ctrl+[ whenever you're told to hit escape. It's much faster and you won't need to take your hands off the keyboard.</p> <p>Then I'd watch my screencasts:</p> <p><a href="http://www.youtube.com/watch?v=FcpQ7koECgk" rel="nofollow">http://www.youtube.com/watch?v=FcpQ7koECgk</a></p> <p><a href="http://www.youtube.com/watch?v=c6WCm6z5msk" rel="nofollow">http://www.youtube.com/watch?v=c6WCm6z5msk</a></p> <p><a href="http://www.youtube.com/watch?v=BPDoI7gflxM" rel="nofollow">http://www.youtube.com/watch?v=BPDoI7gflxM</a></p> <p><a href="http://www.youtube.com/watch?v=J1_CfIb-3X4" rel="nofollow">http://www.youtube.com/watch?v=J1_CfIb-3X4</a></p> <p>Then, just practice practice practice.</p> <p><em>edit</em> The reason for avoiding the arrow keys is that they slow you down. One of the largest benefits of Vim is the speed it allows you. The arrow keys also prevent you from really embracing the modal nature, which is very powerful when mastered.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74667#74667 3 Answer by Guy for What is the best way to force yourself to master vi? Guy 2008-09-16T17:13:13Z 2008-09-16T17:13:13Z <p>Write down all the short-cuts and features that you use in your current editor while you're using it at work. Then sit down on Saturday morning and using Google and stack overflow find out how to do each one of those in vi. Probably best if you use a sheet (or sheets) of paper for this.</p> <p>Now disable/delete the other editors at work so that it'll take you longer to find and re-install them than look at your comparison sheet and do it in vi - i.e. you have no choice.</p> <p>Lastly, publish your list of crossover shortcuts from your old editor to your new one on your blog.</p> <p>Good luck!</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74672#74672 35 Answer by Lucas Oman for What is the best way to force yourself to master vi? Lucas Oman 2008-09-16T17:13:36Z 2008-09-16T17:13:36Z <p>First of all, you may want to pick up Vim; it has a vastly superior feature set along with everything vi has.</p> <p>That said, it takes discipline to learn. If you have a job and can't afford the productivity hit (without getting fired), I'd suggest taking on a weekend project for the sole purpose of learning the editor. Keep its documentation open as you work, and be disciplined enough not to chicken out. As you learn more, become efficient and start relying on muscle memory, it won't be as hard to stick with it.</p> <p>I've been using Vim for so long that I don't even think about what keys to press to search or navigate or save. And my hands never leave the keyboard. To use Vim is one of the best choices I've made in my programming career.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74692#74692 0 Answer by Craig H for What is the best way to force yourself to master vi? Craig H 2008-09-16T17:15:20Z 2008-09-16T17:15:20Z <p>umm, the is more of a physcology question than a programming question, but the best way I have been able to do things that I really didn't want to do is to just do it, and stop trying to thing of ways to motivate myself to do it.</p> <p>Just think of it as brushing your teeth. Do you have to motivate yourself to do it? No, you just do it.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74699#74699 -4 Answer by alnayyir for What is the best way to force yourself to master vi? alnayyir 2008-09-16T17:16:20Z 2008-09-16T17:16:20Z <p>Best possible and efficient thing you can do is to not bother. If you don't have a need for it, you shouldn't use it. The time investment will not pay off. Be rational. Quick mousework with normal shortcut keys in a legible text editor along with a keyboard you're fast with is going to be just fine. Textmate/Darkroom/SciTE seem to work for most.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74709#74709 1 Answer by TM for What is the best way to force yourself to master vi? TM 2008-09-16T17:17:34Z 2008-09-16T17:27:10Z <p>My recommendation is to come up with some simple programs and write them, start to finish, using VI.</p> <p>Odds are, you will be too frustrated at first by the learning curve to force yourself to use them at work or in any time-sensitive environment.</p> <p>I've done this before to get familiar with environments/editors, and it works pretty well. </p> <p>If you are having problems coming up with things to write, I recommend redoing projects you did in school (or anything else that you've done previously). This method has the added bonus of letting you see how much of a better developer you have become. :)</p> <p>Edit: forgot to mention that you should do this entirely from the console to avoid any temptation to use the mouse!</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74714#74714 0 Answer by Matt Hucke for What is the best way to force yourself to master vi? Matt Hucke 2008-09-16T17:18:03Z 2008-09-16T17:18:03Z <p>Spend ten years posting to Usenet from a machine where only vi and emacs were available (and where emacs had an annoying long startup time when invoked from 'rn').</p> <p>That's how I learned it.</p> <p>But for a quicker approach, all I can recommend is that you just commit yourself to learning it, and spend a few hours working on some source code. Install vim if you don't have it already - it has wonderful syntax highlighting features.</p> <p>It's well worth it. I know that I can go to just about any Unix machine, anywhere in the western world, perhaps even through a slow dialup connection or on a GUI-less machine, and be fully productive within minutes.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74726#74726 6 Answer by Cristian Ciupitu for What is the best way to force yourself to master vi? Cristian Ciupitu 2008-09-16T17:19:24Z 2008-09-16T17:26:01Z <p>You should start with <strong><a href="http://www.vim.org/" rel="nofollow">vim</a></strong> (Vi IMproved) and especially its GUI - <strong>gVim</strong>. The GUI has menus and on Windows you can use the copy, cut and paste shortcuts, so you can replace Notepad immediately. And since the menus display the shortcuts (vim commands) you could learn a lot.</p> <p>Another thing that you should do from the beginning is to configure vi for your needs. For example, you can transform vim into a <a href="http://blog.sontek.net/2008/05/11/python-with-a-modular-ide-vim/" rel="nofollow">Python IDE</a>. By doing this, you'll have no excuse for using another editor, because vi will offer you everything you need.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74730#74730 3 Answer by Jon Ericson for What is the best way to force yourself to master vi? Jon Ericson 2008-09-16T17:19:38Z 2008-09-16T17:19:38Z <p>Don't use <strong>X11</strong>?</p> <pre><code>$ sudu rm /usr/local/bin/emacs </code></pre> <p>Change your login shell to <strong>vi</strong>?</p> <p>First, force yourself to use <strong>ed</strong>, then <strong>vi</strong> will seem like a luxury?</p> <p>Use the <strong>vi</strong> key bindings in <strong>bash</strong>?</p> <p>Just start using <strong>vi</strong> all the time?</p> <p>It seems to me that learning an editor isn't terribly different from learning a language. Immersion works best.</p> <p>I use <strong>vi</strong> for really quick edits or when I can't use <strong>X11</strong> for some reason, but I live in <strong>emacs</strong>. Really powerful editors are worth taking the time to learn.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74733#74733 10 Answer by Bill K for What is the best way to force yourself to master vi? Bill K 2008-09-16T17:19:49Z 2008-09-16T17:19:49Z <p>For me VI is a good emergency editor, but not something I want to use if there is any other alternative available. I realize this is not for everyone though, I'm not saying it's horrid or anything, I just personally prefer a discoverable UI.</p> <p>But you really have to know VI if you do anything significant in Linux!</p> <p>So just learn the basics: i=insert mode esc=leave insert mode :wq=save and quit :q!=don't save and quit x=when not in insert mode, delete the character. /=search</p> <p>That will get you through any editing emergency. There is nothing you can't do with those few commands (and navigation of course). The rest you can "Tack on" as you need them.</p> <p>Keep a reference or book available though--when you NEED to use VI, you probably won't be able to browse the web--but the man page may be somewhat useful.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74784#74784 1 Answer by Garth Gilmour for What is the best way to force yourself to master vi? Garth Gilmour 2008-09-16T17:24:36Z 2008-09-16T17:24:36Z <p>You could get your hands on one of the original Happy Hacker keyboards (no arrow keys) and place your (wireless) mouse out of reach each time you start editing.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74798#74798 1 Answer by Craig Hyatt for What is the best way to force yourself to master vi? Craig Hyatt 2008-09-16T17:26:57Z 2008-09-16T17:26:57Z <p>It's easy to write out a big list of commands/shortcuts, but it's difficult to remember them all without practice.</p> <p>Focus on one new command at a time. When it becomes automatic, say after using it for a week or two, add another to your repertoire. </p> <p>You'll be taking the long way around to accomplish certain things in the short term - these are obvious opportunities for new shortcuts to learn.</p> <p>In my experience it was easier when I tried not to take on too much at once.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74812#74812 0 Answer by Andrew Harmel-Law for What is the best way to force yourself to master vi? Andrew Harmel-Law 2008-09-16T17:28:39Z 2008-09-16T17:28:39Z <p>Wait until you have to debug a wierd and wondeful problem in a live environment where all you can do is get to the command line. You might not end up liking VI, but it will save you a lot of time and you'll learn loads of tricks to step through massive (log) files.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74816#74816 1 Answer by Michael Cramer for What is the best way to force yourself to master vi? Michael Cramer 2008-09-16T17:28:45Z 2008-09-16T17:28:45Z <p>My number one suggestion: learn to type fast, without needing to look at the keyboard.</p> <p>If you can't touch type and are always hunting-and-pecking for the colon or the hjkl or :%s/foo/bar, forget about it. Typing <em>can</em> be faster than using the mouse, but if that's not the case for you, vi's not going to work.</p> <p>But combine good typing skills, ssh and <a href="http://en.wikipedia.org/wiki/GNU_Screen" rel="nofollow">screen</a> and vi will be natural.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74842#74842 0 Answer by Utah_Dave for What is the best way to force yourself to master vi? Utah_Dave 2008-09-16T17:32:22Z 2008-09-16T17:32:22Z <p>Print out one of the many Vi/Vim cheat sheets you can find on the internet and force yourself to stick with it for a few weeks.</p> <p>Once you learn some basic commands you can be pretty efficient. From there, just keep plugging away and learn a new command every once in a while. There is no way you can learn ALL the vi commands. I believe there are more vi commands than there are atoms in the universe!! :)</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74895#74895 0 Answer by chiggsy for What is the best way to force yourself to master vi? chiggsy 2008-09-16T17:37:46Z 2008-09-16T17:37:46Z <p>The best way? Set your terminal to use vi keybindings. </p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74967#74967 1 Answer by Matt Price for What is the best way to force yourself to master vi? Matt Price 2008-09-16T17:43:37Z 2008-09-16T17:43:37Z <p>Face the fact that it will create an immediate performance hit. When learning a new tool you need to be able to do something that you know how to do with other tools so the problem isn't your problem. After using the new tool a while it will disappear and you will be only focusing on the underlying problem. </p> <p>With something like vim (as others have said, vim is vastly superior to vi) it is important to reread and browse the documentation periodically. The interface is completely undiscoverable without it. With each new reading you will see a feature and say, "ah ha, that would have solved this issue I was trying to figure out last week", and will file it away in your brain. Solutions connected to real-world problems that you've had are much easier for you to remember than random shortcuts. </p> <p>In the end you can use vim with a fairly small subset of it's features, so don't be overwhelmed with all the bells and whistles. Think of all the features in Word, do 99% of the people use them?</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/74996#74996 1 Answer by David Laing for What is the best way to force yourself to master vi? David Laing 2008-09-16T17:47:13Z 2008-09-16T17:47:13Z <p>gVIM has a really good tutorial (link in the Start menu group).</p> <p>I found working through that helped to get over the initial learning hump; and then switching my Visual Studio to ViEMU helped me hone my VI skills.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75010#75010 6 Answer by TMarshall for What is the best way to force yourself to master vi? TMarshall 2008-09-16T17:49:05Z 2008-09-16T17:49:05Z <p>You asked for good tips to help get past the learning curve on the vi text editor. Many of the previous answers suggest you use no other editors. I think that is good advice. Switching to vi from a more graphical editor requires a change in mindset. It requires thinking in terms of commands, rather than visual changes.</p> <p>I used nothing but vi for many years and believe the only way you can be productive is to memorize the commands you regularly use. The way I did this was to make a short list of the most common keyboard commands. I grouped and color-coded these commands by function, i.e. <em>Moving the Cursor, Editing, Searching</em>, etc. I was careful to only include the most commonly used commands I did not know. The idea is to create a quick reference that is also an aid in memorization – not to replace the available help screens. Then I printed this list and taped it to the wall behind my monitor so I could see it easily. (The graphical cheat sheets you mentioned might work better for some, but are probably a better reference source than a memorization tool.)</p> <p><strong>Here's the key.</strong> As I became comfortable with one of the commands, I drew a line through it with a pencil. I could still see it if I needed it, but it was symbolic to me that I had mastered that command. That gave me confidence and motivation as I could see regular progress. Once I had most of them crossed off, I removed them and added some of the more rarely used commands. I continued this process until I was satisfied with my command of vi. I knew I had reached that point when I realized I had not crossed off any commands or even looked at the list in a long time.</p> <p>A couple years ago I had need to work on a UNIX platform where vi was the only editor available. I bought a little pocket reference book on vi, but hardly used it. I ended up making lists and posting them on the wall as I did the first time I used vi. By the end of the first week, I was very comfortable even though it had been five years since I had used vi.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75012#75012 0 Answer by Nathan Fellman for What is the best way to force yourself to master vi? Nathan Fellman 2008-09-16T17:49:11Z 2008-09-16T17:49:11Z <p>I only learned vi when I started working for an ISP where the scripts for editing domains only opened vi on a terminal. I had no choice but to learn it, but I've never regretted it.</p> <p>In short, put yourself in a situation where you have no choice but to learn it.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75074#75074 0 Answer by Phillip Wells for What is the best way to force yourself to master vi? Phillip Wells 2008-09-16T17:54:36Z 2008-09-16T17:54:36Z <p>I learned vi from the excellent O'Reilly book <a href="http://rads.stackoverflow.com/amzn/click/1565924266" rel="nofollow">"Learning the vi editor"</a>.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75099#75099 12 Answer by Brian for What is the best way to force yourself to master vi? Brian 2008-09-16T17:57:06Z 2008-09-16T17:57:06Z <p>I've been a on-again, off-again user of vim throughout the years (doing the occasional sys admin job). I just recently started spending more time doing my programming work in it. I'd suggest starting with gvim too. It integrates well with most OS environments, and (even better), you can fall back to the mouse when you need to :).</p> <p>To get going with vim, <strong>run through the vimtutor</strong> (bundled with gVim) once or twice (takes an hour or so). I can't overstate how helpful it was for me! Especially the first parts about the different ways to move through a document, and how edit actions are recorded with motion commands, etc, etc. After that, things will be MUCH clearer.</p> <p>Then, start doing quick, minor edits with it (notepad-replacement stuff) 'till you are comfortable enough to do useful editing at a rapid clip. Then try doing your day-to-day work in it. You'll find yourself pining for the "repeat last action" command in other editors in no time!</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75101#75101 0 Answer by sammyo for What is the best way to force yourself to master vi? sammyo 2008-09-16T17:57:21Z 2008-09-16T17:57:21Z <p>Google is your friend. Keep a window or tab handy and when you have something that you need to do several times, say indent code or search with a regex, look it up. The best hints sites will become familar, bookmark some and perhaps print out a cheat sheet. </p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75151#75151 1 Answer by Edward Hyde for What is the best way to force yourself to master vi? Edward Hyde 2008-09-16T18:02:34Z 2008-09-16T18:02:34Z <p><code>ESC gg=G</code> to reindent code and <code>:retab</code> to convert tabs to spaces or spaces to tabs was what hooked me to vim. So actually you don't need to be forced to use it, you just have to learn when it can help you increase your speed.</p> <p>Go through <code>vimtutor</code>. </p> <p>Start using vim for simple editing, like config files or html. Learn the commands as you need them. </p> <p>Search google for a good .vimrc used by someone who uses a toolchain that resembles yours. Turn on syntax highlighting. Find a nice color scheme.</p> <p>Learn macros because Vim is the best for automated tasks and snippet insertion, like formatting a few words into a complex XML tag or converting a CSV to an HTML table.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75193#75193 1 Answer by ben.prew for What is the best way to force yourself to master vi? ben.prew 2008-09-16T18:05:39Z 2008-09-16T18:05:39Z <p>I remember when I first started learning emacs, it was after I was already very comfortable with Vim, and I was in the same or similar boat that you were, where I knew how to get a lot done in another editor, so as I started using emacs, it was always painfully slow.</p> <p>However, I think what you'll have to do is just absorb a little bit of the pain, and always, always, ALWAYS make sure that you look up the documentation for doing something that you <em>know</em> you can do in your previous editor, such as moving to the end of a line, or selecting a region of text.</p> <p>It also helps if you have a local vi-expert on hand that you can ask questions, or if you're like our company, you promote pair programming. That way when you're trying to do something that should be easy, you can simply ask someone, they'll show you how, and if you're using the editor regularly for a few weeks, you shouldn't have to ask more then a couple of times before it becomes second nature.</p> <p>If you don't have any local resources, there are plenty of books/tutorials/reference sheets online that should be able to answer most of your questions.</p> <p>Ultimately, learning Vi is like learning other skills, there's no silver bullet, and you'll have to accept that, for a while, you're going to be less productive in it then your current editor. Just keep telling yourself, "Other people have been able to learn Vi, and I'm at least as smart as them" (That's what I tell myself anyway :) )</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75212#75212 5 Answer by Roberto Bonvallet for What is the best way to force yourself to master vi? Roberto Bonvallet 2008-09-16T18:06:49Z 2008-09-16T18:22:37Z <p>Everytime you're doing a complex editing task, keep wondering if there is a more efficient way to do it. Most times, when it's something that you can describe in simple terms (like "swap paragraphs of text" or "delete everything after the X character in commented lines"), it's something you can do in just a couple of keystrokes in vim.</p> <p>There are some key features that are extremely useful, and you'll end using all the time. The ones I love the most are:</p> <ul> <li>Block selection (Ctrl-V)</li> <li>Macro recording (q)</li> <li>Virtual editing (:set ve=all)</li> <li>Regular expressions</li> <li>Piping to external unix programs</li> <li>Key mappings</li> <li>Autocompletion (C-p, C-x C-p, C-x C-f)</li> <li>The operation+movement combination (this is amazingly powerful)</li> </ul> <p>Ask other programmers what features they find most useful and adopt the ones that fit better your brain. Steal ideas from other people's vimrcs (<a href="http://github.com/rbonvall/vim-scripts/tree/master/vimrc.vim" rel="nofollow">here's mine</a>)</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75223#75223 5 Answer by Jonathan for What is the best way to force yourself to master vi? Jonathan 2008-09-16T18:07:53Z 2008-09-16T18:07:53Z <p>I wrote a guide to <a href="http://jmcpherson.org/editing.html" rel="nofollow">efficient editing with Vim</a> a while back. You may find it helpful.</p> <p>I'd step back for a minute and ask yourself "why do I want to learn this editor? What makes me think it'll be faster or better than my current text editor?" Then learn those features that will make Vi(m) indispensible to you. </p> <p>For instance, Vim's CTags integration is completely indispensible for me. I work with a very, very large codebase, and the ability to jump to a function or class definition in one keystroke (regardless of which file it's in) is an absolutely killer feature, one I have trouble working without.</p> <p>Use your .vimrc file to make macros that automate common tasks.</p> <p>Your autopilot editor-chooser will pick the editor that will get the job done quickest and with the least amount of mental effort. A little prep-work will ensure that editor is Vim. :-)</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75263#75263 1 Answer by jbarciela for What is the best way to force yourself to master vi? jbarciela 2008-09-16T18:10:40Z 2008-09-16T18:10:40Z <p>force yourself not. the path to mastery love is.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75269#75269 0 Answer by Kearns for What is the best way to force yourself to master vi? Kearns 2008-09-16T18:11:01Z 2008-09-16T18:11:01Z <p>I would start with <a href="http://www.vim.org/htmldoc/editing.html#:argdo" rel="nofollow">argdo</a>, and once you fall in love with that, the rest is easy...</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75286#75286 0 Answer by DarenW for What is the best way to force yourself to master vi? DarenW 2008-09-16T18:13:00Z 2008-09-16T18:13:00Z <p>Spend a couple hours at the vi lover's site <a href="http://nereida.deioc.ull.es/html/vilovers.html" rel="nofollow">http://nereida.deioc.ull.es/html/vilovers.html</a> - loads of tutorials, links, etc. with enthusiastic fans of vi. </p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75359#75359 0 Answer by Kristian for What is the best way to force yourself to master vi? Kristian 2008-09-16T18:19:18Z 2008-09-16T18:19:18Z <p>I've started using VI because it's the default editor on pretty much every operating system except for Windows. Then again I don't do a lot of coding on Windows so that helps.</p> <p>If you want to force yourself on a *NIX/OSX system just remove the other editors or alias them. For the rest it's up to yourself. Everytime you don't use VI to edit a file you won't get a cookie.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75447#75447 0 Answer by Brian G for What is the best way to force yourself to master vi? Brian G 2008-09-16T18:27:07Z 2008-09-16T18:27:07Z <p>I used it to edit files on the webserver which was linux instead of using FTP. That was 9 years ago and I have since mastered the skills.</p> <p>The other thing is find something great you can do in VI such as global search and replace or something even more powerful, and use VI whenever you need to do that.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75530#75530 1 Answer by sids for What is the best way to force yourself to master vi? sids 2008-09-16T18:36:24Z 2008-09-16T18:36:24Z <p>You might want to start out with Cream. Cream describes itself as "a modern configuration" of vim. Basically, it is a special version of vim which looks and feels like any other text editor for all practical purposes. But enable the "expert mode" and you have all the power and behavior of vim.</p> <p>So you can start using Cream as a regular text editor and then experiment with the "expert mode" until you are comfortable enough to fully switch to vim.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75545#75545 0 Answer by Arkadiy for What is the best way to force yourself to master vi? Arkadiy 2008-09-16T18:37:27Z 2008-09-16T18:37:27Z <p>One thing that I found really confusing in modern vi (vim?) is the input mode that allows for some, but not all features of command mode. I feel much more comfortable when input mode is fully dumbed down to "overwrite only, no cursor movement possible" kind of thing that old Solaris vi has. The true vi requires you to stay in command mode most of the time.</p> <p>That being said, there is no need to learn vi nowadays - emacs is just as ubiquitous. :)</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75548#75548 1 Answer by alphaquant for What is the best way to force yourself to master vi? alphaquant 2008-09-16T18:37:39Z 2008-09-16T18:37:39Z <p>Install <code>gVim</code> on all platforms you use.</p> <p>Then run through the the vimtutor (<code>:help vimtutor</code> or <code>vimtutor</code> at the command line).</p> <p>Watch the following lecture and follow its advice: <a href="http://video.google.com/videoplay?docid=2538831956647446078" rel="nofollow">7 Habits For Effective Text Editing 2.0</a></p> <p>I say you definitely want to start using it for all your editing. If you fear a loss of productivity then take a weekend to practice it solid (I once did this to switch to dvorak from qwerty and had my productivity high enough by Monday and managed to stick with it after).</p> <p>It's worth the effort and you won't look back!</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/75622#75622 5 Answer by Dr. UNIX for What is the best way to force yourself to master vi? Dr. UNIX 2008-09-16T18:45:42Z 2008-09-16T18:45:42Z <p>Two things that will greatly improve your vi skills:</p> <ol> <li>Practice, practice, practice</li> <li>Nethack</li> </ol> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/76211#76211 0 Answer by Steve Losh for What is the best way to force yourself to master vi? Steve Losh 2008-09-16T19:50:22Z 2008-09-16T19:50:22Z <p>symlink every terminal editor on your system to vim and symlink every graphical editor on your system to a script that opens a new terminal window with vim running.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/77658#77658 0 Answer by randychilders for What is the best way to force yourself to master vi? randychilders 2008-09-16T22:00:18Z 2008-09-16T22:00:18Z <p>The way I did it was to take a few minutes initially to go over the most basic stuff -- moving the cursor around, searching forwards and back, jumping to next and previous words/sentences/paragraphs, etc. Inserting, appending. Whatever you can fit in your head. Then, when you've got something to do that doesn't have to be done in the next 15 seconds, make yourself use it.</p> <p>When you're pretty comfortable with the basics, slowly learn the more advanced commands -- especially those that leverage your previous learning (like replacing the next 3 words, or deleting to the next search target)</p> <p>I love using VI, once I learned how. The advanced commands are far more powerful than what most of the GUI editors seem to offer, and the fact that it's ubiquitous and text-based, and so available over ssh, is all the better.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/78784#78784 0 Answer by jbcreix for What is the best way to force yourself to master vi? jbcreix 2008-09-17T00:59:59Z 2008-09-17T00:59:59Z <p>If you force yourself to use it for a few days you will see that the commands soon become second-nature. If you are on a posix system, I recommend you start with the BSD-licensed nvi, a classical 1:1 vi clone, and then move on to vim. If you start with vim, it is likely you only use a subset of the editing commands because its INSERT mode is very similar to GUI editors.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/78825#78825 1 Answer by tomasr for What is the best way to force yourself to master vi? tomasr 2008-09-17T01:06:44Z 2008-09-17T01:06:44Z <p>Personally, what I had to do was make sure that I could use the Vim key-bindings (or at least, close enough) in several applications. Having to completely switch how I edited text whenever I changed editors made it too hard to get the Vim editing style committed to muscle memory.</p> <p>In my case, Viemu + vimperator did the trick.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/78832#78832 0 Answer by titanae for What is the best way to force yourself to master vi? titanae 2008-09-17T01:08:09Z 2008-09-17T01:08:09Z <p>I have VI on Windows, the version I use is listed below, if I am in a console window I always default to VI, then regardless of what OS I am running on I know I can edit the file. Conversely if I am in UI mode, I use Notepad++ go figure.</p> <p>NT VI - Version 0.23 Developed by: Tony Andrews Based on a program by: Tim Thompson</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/78845#78845 0 Answer by oj for What is the best way to force yourself to master vi? oj 2008-09-17T01:10:26Z 2008-09-17T01:10:26Z <p>Play lots of nethack. That's what I did when I was in college, and I found out later that the cursor movement was the same. Although at this point you may need to change the setting to use the vi style keymap.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/79010#79010 3 Answer by Lahur for What is the best way to force yourself to master vi? Lahur 2008-09-17T01:41:08Z 2008-09-17T01:41:08Z <p>My suggestion: start small. Just start by memorizing a small set of most useful commands. When I started vi, these were my top 10:</p> <ul> <li>(Esc) to return to command mode (most important!)</li> <li>a to add text after cursor</li> <li>A to add text at end of current line</li> <li>x to delete 1 character</li> <li>dd to delete 1 line</li> <li>R to replace text (overwrite)</li> <li>u to undo</li> <li>:q! (Enter) to quit without saving</li> <li>:w (Enter) to save</li> <li>ZZ to save and quit</li> </ul> <p>A lot of basic editing can be done using only these commands. Once you get comfortable, the rest don't look too difficult.</p> <p>BTW, I'd like to add that I used to rely on vi for my primary text editor, but now only if I have to. In my case, productivity is better when I use tools like Emacs or Visual Studio (please note: "in my case"). Try more than one tool and choose the one that helps your productivity the most. Good luck!</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/79097#79097 0 Answer by Norman Franke for What is the best way to force yourself to master vi? Norman Franke 2008-09-17T01:53:13Z 2008-09-17T01:53:13Z <p>I made myself a handy one-page cheat sheet and used it to learn all the non-basic features. However, practice is about the only way to master anything.</p> <p>vi is nice because it's on every UNIX-type computer, Mac OS X, Solaris, Linux. Find an old decstation box on eBay? It's got vi. How about Sun OS 4? vi again.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/80191#80191 0 Answer by Brian Mitchell for What is the best way to force yourself to master vi? Brian Mitchell 2008-09-17T05:08:07Z 2008-09-17T05:08:07Z <p>While i'm a great fan of vi in general, and vim in particular, there are many powerful editors, and you shouldn't feel you need to use vi, or it in some way is some absolute perfect editor, because it's not.</p> <p>If you have to force yourself to use vi, I would be concerned that you don't feel productive using it. However, if you insist on persisting, I would probably just make sure I used vi for every single editing task. Whenever I need to do something and I don't quite no the best way to do it, I'd try to find the optimal (in terms of minimal keystrokes) to do it in vi <em>after</em> I did it a non-optimal normal way. I'd then make a post-it note with this little tip (or maybe just a text file) so I would remember it for next time.</p> <p>Over time, your productivity with vi will dramatically improve.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/102478#102478 0 Answer by webmat for What is the best way to force yourself to master vi? webmat 2008-09-19T14:53:02Z 2008-09-19T14:53:02Z <p>Why don't I pitch in with my very own low-friction way to force myself? :-)</p> <p>What I do is simple: I try to make my git commit messages with vim (default editor when you don't specify a message at the command-line).</p> <p>Of course a commit message is so short that it barely helps. But when re-editing a message with <code>git commit --amend</code> it's more helpful.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/106330#106330 0 Answer by Jeremy Michael Cantrell for What is the best way to force yourself to master vi? Jeremy Michael Cantrell 2008-09-19T23:16:05Z 2008-09-19T23:16:05Z <p>Do what I did. Use it for everything, and hang out in #vim on freenode.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/129975#129975 0 Answer by webmat for What is the best way to force yourself to master vi? webmat 2008-09-24T21:05:05Z 2008-09-24T21:05:05Z <p>When you need to quickly search for something, having it all on one page can help. </p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/456031#456031 1 Answer by Johan for What is the best way to force yourself to master vi? Johan 2009-01-18T22:25:35Z 2009-01-18T22:25:35Z <p>Use the post-it note method :-)</p> <p>When using gvim, allow your self to use the menus. Read a book/tutorial about vim so you know the basics. (insert and command mode)</p> <p>Select some really cool functions you think you need and write those on post-it notes and then stick those on the lower part off your monitor.</p> <p>A good start is probably i, a, o, gg, G, :10 ,/something</p> <p>and some cut and paste like yy, dd, p</p> <p>and just top off with v, V (the visual mode) + cut and paste</p> <p>Then when you know them, replace on post-it with a new one that has a even cooler function, and repeat until you are happy.</p> <p>/Johan</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/456101#456101 3 Answer by bk1e for What is the best way to force yourself to master vi? bk1e 2009-01-18T23:13:34Z 2009-01-18T23:13:34Z <p>It sounds silly, but playing <a href="http://en.wikipedia.org/wiki/Roguelike" rel="nofollow">roguelike</a> games (such as <a href="http://www.nethack.org/" rel="nofollow">Nethack</a> or <a href="http://www.thangorodrim.net/" rel="nofollow">Angband</a>) is a fun way to get comfortable with using the <code>h</code>/<code>j</code>/<code>k</code>/<code>l</code> keys for cursor navigation. </p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/464374#464374 0 Answer by too much php for What is the best way to force yourself to master vi? too much php 2009-01-21T07:49:19Z 2009-01-21T07:49:19Z <p>I was forced to learn Vim for my first programming job when I was 16 (the boss wouldn't let us use anything else), but I didn't make any real progress until I read <a href="http://iccf-holland.org/click5.html#oualline" rel="nofollow">Steve Oualline's Vim Book</a> - it is highly recommended as a starting point if you want to get serious with vim.</p> <p>Vim actually takes more time to master than do some programming languages (the features are <em>that</em> complex). Trying to 'master' Vim by printing cheat sheets would be like trying to master Haskell by reading a couple of blog posts. Be prepared to invest some serious time and you will be well rewarded.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/834552#834552 2 Answer by Hamish Downer for What is the best way to force yourself to master vi? Hamish Downer 2009-05-07T13:06:52Z 2009-05-07T13:06:52Z <p><strong>Step 0:</strong> learn to touch type. Seriously - if your fingers don't know where the keys are then vim is going to be a pain. And even if you reject vim, touch typing will <a href="http://stackoverflow.com/questions/31757/should-programmers-be-excellent-typists">improve your programming</a> (ask <a href="http://steve-yegge.blogspot.com/2008/09/programmings-dirtiest-little-secret.html" rel="nofollow">Steve Yegge</a> ) by making the mind to monitor link friction free. There is a <a href="http://stackoverflow.com/questions/410880/how-do-i-improve-my-typing-skills">lot</a> of <a href="http://stackoverflow.com/questions/10475/touch-typing-software-recommendations">software</a> that can help you improve your typing.</p> <p><strong>Step 1:</strong> use <strong>vimtutor</strong> to get you started. It is in gvim (under the help menu I think) or you can just type 'vimtutor' at the command line. It will take 30-45 minutes of your time and then your fingers will know the basics of vi/vim and you should be able to edit files without wanting to hurl your keyboard out of the window. </p> <p><strong>Step 2:</strong> use vim everywhere. See <a href="http://stackoverflow.com/questions/826208/making-vim-ubiquitous">this question</a> for tips and links for using vim and vi key bindings at the command line, from your web browser, for composing emails, in your IDE ... You need to use vim to embed the key bindings in your muscle memory.</p> <p><strong>Step 3:</strong> learn more about vim. You will only have scratched the surface with vimtutor. You can <a href="http://video.google.com/videoplay?docid=2538831956647446078" rel="nofollow">watch this video</a> or read <a href="http://www.moolenaar.net/habits.html" rel="nofollow">this article</a> (both about the "Seven habits of effective text editing". You can <a href="http://stackoverflow.com/questions/164847/what-is-in-your-vimrc">read</a> about <a href="http://stackoverflow.com/questions/20735/useful-vim-features">tips</a> and <a href="http://stackoverflow.com/questions/726894/vim-tricks-your-mom-never-told-you-about-dark-corners">tricks</a> on <a href="http://stackoverflow.com/questions/95072/what-are-your-favorite-vim-tricks">StackOverflow</a>. You can browse <a href="http://vim.wikia.com/wiki/Main%5FPage" rel="nofollow">vimtips</a>. Learn a litle often would be my advice - there is so much out there that sticking to bite-size chunks will be the best way to make the knowledge stick.</p> <p><strong>Step 4:</strong> Profit :)</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/834586#834586 0 Answer by cjmac for What is the best way to force yourself to master vi? cjmac 2009-05-07T13:15:05Z 2009-05-07T13:15:05Z <p>When I was a lot younger (eleven), my family moved to Germany for a couple of years. I was able to learn the language through immersion - I simply had no choice but to speak the language (although if I was in a dire situation I could find an English speaker). </p> <p>My suggestion is that you do the same - unless you're in an absolutely desperate situation (e.g. "ok, I just deleted /etc/passwd and need to put back root"), make the conscious decision to do your best with vi. It actually doesn't take that long to learn the basics, if you're willing. </p> <p>As others have suggested, </p> <pre><code>vim-tutor </code></pre> <p>can be a really good starting point, <a href="http://www.ekvin.com/dr/images/1/14/Vi%5Fcheatsheet.png" rel="nofollow" title="this image">as can this image</a>. </p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/858158#858158 0 Answer by Aaron Digulla for What is the best way to force yourself to master vi? Aaron Digulla 2009-05-13T14:06:04Z 2009-05-13T14:06:04Z <p>The main reason for me to use <code>vi</code> is <code>ssh</code> (or Putty on Windows): When you're logged into a Unix server remotely, then <code>vi</code> is always available. And it works with VT100 when neither the cursor keys nor backspace/delete are mapped.</p> <p>Also having a book like <a href="http://rads.stackoverflow.com/amzn/click/1565924975" rel="nofollow">VI Editor Pocket Reference</a> helps greatly.</p> http://stackoverflow.com/questions/74625/what-is-the-best-way-to-force-yourself-to-master-vi/1828046#1828046 0 Answer by Excalibur2000 for What is the best way to force yourself to master vi? Excalibur2000 2009-12-01T18:39:49Z 2009-12-01T18:39:49Z <p>How to force yourself ? My advice is to be in a work environment where you have to maintain 10 unix boxes by telnetting/puttying into them from windows. You will quickly realise that the only way to efficiently edit text on multiple variants of *nix is to use a standard editor that comes with almost every distro I know. Also, when X11 does not start up on a fresh install, vi is your only friend :)</p>