about summary refs log tree commit diff stats
path: root/tools/vim.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/vim.html')
-rw-r--r--tools/vim.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/tools/vim.html b/tools/vim.html
index e633670..d483e29 100644
--- a/tools/vim.html
+++ b/tools/vim.html
@@ -46,7 +46,20 @@
 
         <h2 id="spacetab">5.3. Split and tab</h2>
 
-        <p>:sp</p>
+        <p>Horizontal split;</p>
+        <pre>
+        :sp
+        </pre>
+
+        <p>Vertical split;</p>
+        <pre>
+        :sp
+        </pre>
+
+        <p>Move between window splits;</p>
+        <pre>
+        ctrl+w (k,j,l,h)
+        </pre>
 
         <h2 id="edit">5.4. Editing files</h2>
 
@@ -151,7 +164,7 @@
         <a href="index.html">Systools Index</a>
         <p>This is part of the c9-doc Manual.
         Copyright (C) 2016
-        Silvino Silva.
+        c9 team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>