From 52349625ead61bfba78a67c79ab8305710c926f4 Mon Sep 17 00:00:00 2001
From: Max Christian Pohle
Date: Thu, 6 Oct 2016 13:14:09 +0200
Subject: Simpler help navigation

---
 doc/shortcuts.txt | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

(limited to 'doc')

diff --git a/doc/shortcuts.txt b/doc/shortcuts.txt
index 3b12d57..9162df8 100644
--- a/doc/shortcuts.txt
+++ b/doc/shortcuts.txt
@@ -21,7 +21,9 @@ iB              = select block between curly braces (:help object-select)
 :set list       = display non printable characters
 :retab          = replaces tabs with spaces
 :set expandtab  = in insert mode: replace tab with spaces
-:Explore        = cli version open file dialog
+:Explore        = cli version open file dialog (file explorer)
+:Lex            = use netrw as project drawer (stays open in its own window)
+:only           = 'maximize' current buffer
 
 
 [navigation]
@@ -68,10 +70,19 @@ the last line can be a mode line, which holds settings like tab width:
 :bn             = buffer next
 :bp             = buffer previous
 :bd             = buffer dispatch (close)
+:b <tab>        = switch buffer by name (use <tab> and <return>)
 
 
 [special]
 g CTRL-g        = display file properties including word and char count
 CTRL-X CTRL-F   = display file name completions using (vim-internal) omnicomplete
 
+
+[netrw]
+:Lex            = open the netrw-view as project drawer
+gn              = makes the directory under the cursor the root directory
+a               = toggles display of hidden files
+
+
+
 # vim: noai:ts=2:sw=2 filetype=dosini
-- 
cgit v1.2.3