about summary refs log tree commit diff stats
path: root/tools/vim.html
diff options
context:
space:
mode:
authorSilvino Silva <silvino@bk.ru>2016-09-22 02:11:35 +0100
committerSilvino Silva <silvino@bk.ru>2016-09-22 02:11:35 +0100
commit1b8d9ebe8bf86e4fb413bf8d51669baa701a603f (patch)
treeb8d1685b153540800b09ee0e331a65a2307d0b8a /tools/vim.html
parentf3e8ffbd77c91a2d3845d4c02671420e22e96ba7 (diff)
parent9741df07f44b23ce7ac66a55cef65fe6c9c45b37 (diff)
downloaddoc-1b8d9ebe8bf86e4fb413bf8d51669baa701a603f.tar.gz
release 0.2.1
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>