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.html15
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/vim.html b/tools/vim.html
index 03ba767..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>