You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
2.4 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="icon" type="image/png" href="/favicon.ico">
  7. <link rel="canonical" href="https://www.mcmillen.dev/blog/20070807-vim-tips.html">
  8. <link rel="alternate" type="application/atom+xml" href="https://www.mcmillen.dev/feed.atom" title="Colin McMillen's Blog - Atom">
  9. <title>Vim Tips | Colin McMillen</title>
  10. <link rel="preconnect" href="https://fonts.gstatic.com">
  11. <link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=block" rel="stylesheet">
  12. <link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
  13. <link rel="stylesheet" href="/pygments.css">
  14. <link rel="stylesheet" href="/style.css">
  15. <meta name="twitter:card" content="summary">
  16. <meta name="twitter:site" content="@mcmillen">
  17. <meta name="twitter:title" content="Vim Tips | Colin McMillen">
  18. <meta name="twitter:description" content="Here’s some links about learning/mastering vim. Why use vim?">
  19. </head>
  20. <body>
  21. <div id="page-container">
  22. <div id="content-wrap">
  23. <div id="header">
  24. <div class="content">
  25. <a href="/" class="undecorated">Colin McMillen</a>
  26. <span style="float: right;"><a href="/feed.atom"><img src="/img/rss.svg" alt="Atom feed" style="width: 17px; height: 17px; margin-bottom: 1px;"></a></span>
  27. <span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
  28. </div>
  29. </div>
  30. <div class="content">
  31. <h1 id="vim-tips">Vim Tips</h1>
  32. <p><em>Posted 2007-08-07.</em></p>
  33. <p>Here&rsquo;s some links about learning/mastering vim.</p>
  34. <h2 id="why-use-vim">Why use vim?</h2>
  35. <ul>
  36. <li><a href="http://blog.ngedit.com/2005/06/03/the-vi-input-model/">The vi input model - laptop keyboards suck</a></li>
  37. <li><a href="http://www.viemu.com/a-why-vi-vim.html">Why, oh WHY, do those nutheads use vi?</a></li>
  38. </ul>
  39. <h2 id="tutorials">Tutorials</h2>
  40. <ul>
  41. <li><a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html">Graphical vim cheat sheet and tutorial</a> &mdash; <a href="http://www.glump.net/dokuwiki/howto/vim_graphical_cheat_sheet">PDF version</a></li>
  42. </ul>
  43. </div>
  44. </div>
  45. <div id="footer">
  46. <div class="content">
  47. &copy; 2021 <a href="/" class="undecorated">Colin McMillen</a>. No cookies, no tracking.
  48. </div>
  49. </div>
  50. </div>
  51. </body>
  52. </html>