57 lines
2.1 KiB
HTML
57 lines
2.1 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<link rel="icon" type="image/png" href="/favicon.ico">
|
||
|
<link rel="canonical" href="https://www.mcmillen.dev/blog/20070807-vim-tips.html">
|
||
|
<link rel="alternate" type="application/atom+xml" href="https://www.mcmillen.dev/feed.atom" title="Colin McMillen's Blog - Atom">
|
||
|
|
||
|
<title>Vim Tips | Colin McMillen</title>
|
||
|
|
||
|
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||
|
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=block" rel="stylesheet">
|
||
|
<link href="https://fonts.googleapis.com/css?family=Fira+Mono:500&display=block" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="/pygments.css">
|
||
|
<link rel="stylesheet" href="/style.css">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<div id="page-container">
|
||
|
<div id="content-wrap">
|
||
|
<div id="header">
|
||
|
<div class="content">
|
||
|
<a href="/" class="undecorated">Colin McMillen</a>
|
||
|
<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>
|
||
|
<span style="float: right;"><a href="https://twitter.com/mcmillen"><img src="/img/twitter.svg" alt="@mcmillen"></a></span>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div class="content">
|
||
|
<h1 id="vim-tips">Vim Tips</h1>
|
||
|
<p><em>Posted 2007-08-07.</em></p>
|
||
|
<p>Here’s some links about learning/mastering vim.</p>
|
||
|
<h2 id="why-use-vim">Why use vim?</h2>
|
||
|
<ul>
|
||
|
<li><a href="http://blog.ngedit.com/2005/06/03/the-vi-input-model/">The vi input model - laptop keyboards suck</a></li>
|
||
|
<li><a href="http://www.viemu.com/a-why-vi-vim.html">Why, oh WHY, do those nutheads use vi?</a></li>
|
||
|
</ul>
|
||
|
<h2 id="tutorials">Tutorials</h2>
|
||
|
<ul>
|
||
|
<li><a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html">Graphical vim cheat sheet and tutorial</a> — <a href="http://www.glump.net/dokuwiki/howto/vim_graphical_cheat_sheet">PDF version</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="footer">
|
||
|
<div class="content">
|
||
|
© 2021 <a href="/" class="undecorated">Colin McMillen</a>. No cookies, no tracking.
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|