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.html23
1 files changed, 18 insertions, 5 deletions
diff --git a/tools/vim.html b/tools/vim.html
index 6b9ec31..b3354d8 100644
--- a/tools/vim.html
+++ b/tools/vim.html
@@ -44,7 +44,7 @@
         <p>Default vimrc skeleton is configured to use wombat2mod,
         which is installed by adduser skeleton.</p>
 
-        <h2 id="spacetab">3. Split and tab</h2>
+        <h2 id="spacetab">3. Split and Tab</h2>
 
         <p>Horizontal split;</p>
         <pre>
@@ -72,7 +72,20 @@
         ctrl+w (k,j,l,h)
         </pre>
 
-        <h2 id="edit">4. Editing files</h2>
+        <h2 id="filebrowser">4. File browser</h2>
+
+        <p>Use built in netrw to see directories and files;</p>
+
+        <dl>
+            <dt>:Explore</dt>
+            <dd>Opens window with file browser.</dd>
+            <dt>:Sex</dt>
+            <dd>Open horizontal split with file browser.</dd>
+            <dt>:Vex</dt>
+            <dd>Open vertical split with file browser.</dd>
+        </dl>
+
+        <h2 id="edit">5. Editing files</h2>
 
         <p>Come from background;</p>
 
@@ -166,15 +179,15 @@
             comma (,), press esc to confirm.</dd>
         </dl>
 
-        <h2 id="spellcheck"> Spell check</h2>
+        <h2 id="spellcheck">6. Spell check</h2>
 
         <p>Press z= over the bad written word and select desired one.</p>
 
-        <h2 id="plugin">6. Plugins</h2>
+        <h2 id="plugin">7. Plugins</h2>
 
         <a href="index.html">Systools Index</a>
         <p>This is part of the Hive System Documentation.
-        Copyright (C) 2018
+        Copyright (C) 2019
         Hive Team.
         See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
         for copying conditions.</p>