From 64e1b39b46889ef92529588d5fdd2187ae8a9112 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Fri, 13 Jun 2014 01:11:23 -0400 Subject: [PATCH] Fixed the README up a bit more, separated gvim toggles --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 037d0b3..e358bc5 100644 --- a/README.md +++ b/README.md @@ -87,19 +87,23 @@ |:-----------------------|:----:|-------------------------------------------------:| | \\ | NORM | Toggle the **goyo** distraction-free UI | | | | | -| ?? | NORM | Toggle the Vim reference manual | +| ?? | NORM | Toggle the **vim** reference manual | | ~ | NORM | Toggle **vimfiler** file manager sidebar | | \` | NORM | Toggle the gutter (line #s, folds, git diffs) | | | | | | \ | ALL | Toggle the **gundo** undo history sidebar | -| \ | ALL | Toggle the spellcheck list of incorrect words | +| \ | ALL | Toggle the **spellcheck** bottom bar of mistakes | | \ | ALL | Toggle the **tagbar** source code tag sidebar | -| \ | ALL | Toggle the Extradite git history window | +| \ | ALL | Toggle the **extradite** git history window | | | | | | \ | ALL | Toggle line wrapping | -| \ | ALL | Toggle spell check word highlighting | +| \ | ALL | Toggle highlighting of spelling mistakes | | \ | ALL | Toggle source code syntax checking | -| | | | + +##### GVim ##### + +| Binding | Mode | Action | +|:-----------------------|:----:|-------------------------------------------------:| | \ | ALL | Toggle the menubar **(gvim)** | | \ | ALL | Toggle the toolbar **(gvim)** | | \ | ALL | Toggle the scrollbars **(gvim)** |