Resetting...

This commit is contained in:
2015-01-14 20:59:39 -06:00
parent c5d9b5b0be
commit 64ed7fa7cd
200 changed files with 1 additions and 8 deletions

View File

@@ -0,0 +1,48 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="Stylesheet" type="text/css" href="style.css">
<title>VimWiki Normal Commands</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<h3 id="toc_0.0.1">VimWiki Normal Mode Commands</h3>
<ul>
<li>
&lt;Leader&gt;ww -- Open default wiki index file.
<li>
&lt;Leader&gt;wt -- Open default wiki index file in a new tab.
<li>
&lt;Leader&gt;ws -- Select and open wiki index file.
<li>
&lt;Leader&gt;wd -- Delete wiki file you are in.
<li>
&lt;Leader&gt;wr -- Rename wiki file you are in.
<li>
&lt;Enter&gt; -- Follow/Create wiki link
<li>
&lt;Shift-Enter&gt; -- Split and follow/create wiki link
<li>
&lt;Ctrl-Enter&gt; -- Vertical split and follow/create wiki link
<li>
&lt;Backspace&gt; -- Go back to parent(previous) wiki link
<li>
&lt;Tab&gt; -- Find next wiki link
<li>
&lt;Shift-Tab&gt; -- Find previous wiki link
</ul>
</body>
</html>