49 lines
1010 B
HTML
49 lines
1010 B
HTML
<!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>
|
|
<Leader>ww -- Open default wiki index file.
|
|
|
|
<li>
|
|
<Leader>wt -- Open default wiki index file in a new tab.
|
|
|
|
<li>
|
|
<Leader>ws -- Select and open wiki index file.
|
|
|
|
<li>
|
|
<Leader>wd -- Delete wiki file you are in.
|
|
|
|
<li>
|
|
<Leader>wr -- Rename wiki file you are in.
|
|
|
|
<li>
|
|
<Enter> -- Follow/Create wiki link
|
|
|
|
<li>
|
|
<Shift-Enter> -- Split and follow/create wiki link
|
|
|
|
<li>
|
|
<Ctrl-Enter> -- Vertical split and follow/create wiki link
|
|
|
|
<li>
|
|
<Backspace> -- Go back to parent(previous) wiki link
|
|
|
|
<li>
|
|
<Tab> -- Find next wiki link
|
|
|
|
<li>
|
|
<Shift-Tab> -- Find previous wiki link
|
|
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|