about summary refs log tree commit diff stats
path: root/tools/vim.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2019-02-16 20:26:01 +0000
committerSilvino Silva <silvino@bk.ru>2019-02-16 20:26:01 +0000
commit37ab43ffab13571d13565e27a4c28cc59d02e9c4 (patch)
treeecb51589f0f14a80b00699cfef5ac15580c17f9f /tools/vim.html
parent44f1fee156ef879102bcbb185ec37af67ee3b4ff (diff)
downloaddoc-37ab43ffab13571d13565e27a4c28cc59d02e9c4.tar.gz
git and vim document fix's
Diffstat (limited to 'tools/vim.html')
-rw-r--r--tools/vim.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/tools/vim.html b/tools/vim.html
index 441fc50..89ac0c0 100644
--- a/tools/vim.html
+++ b/tools/vim.html
@@ -6,7 +6,7 @@
     </head>
     <body>
 
-        <a href="index.html">Systools Index</a>
+        <a href="index.html">Tools Index</a>
         <h1 id="vim"> Vim</h1>
 
         <p>&lt;leader&gt; with default configuration is key \, so when
@@ -194,13 +194,15 @@
 	<dd> Get changes from other window into the current window.</dd>
 	<dt>dp</dt>
 	<dd>Put the changes from current window into the other window.</dd>
-	<dt>]c</dd>
+	<dt>]c</dt>
 	<dd>Jump to the next change.</dd>
-	<dt>[c - Jump to the previous change.</dd>
-	<dt>Ctrl W + Ctrl W - Switch to the other split window.</dd>
+        <dt>[c</dt>
+        <dd>Jump to the previous change.</dd>
+        <dt>Ctrl W + Ctrl W</dt>
+        <dd>Switch to the other split window.</dd>
 	</dl>
 
-        <a href="index.html">Systools Index</a>
+        <a href="index.html">Tools Index</a>
         <p>This is part of the Hive System Documentation.
         Copyright (C) 2019
         Hive Team.