tREADME: mention ^L for updating terminal dimensions - neatvi - [fork] simple vi-type editor with UTF-8 support
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit 21fbb957e68be32c891d0acef4146ac095fe1654
parent 9ca86428e02a27ebef2b49590963ac3b4171c662
Author: Ali Gholami Rudi 
Date:   Wed, 16 Nov 2016 20:39:34 +0330

README: mention ^L for updating terminal dimensions

Diffstat:
  M README                              |      11 ++++++-----

1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/README b/README
t@@ -20,12 +20,12 @@ COMMANDS
 Commands not available in ex(1):
 
 :cm[ap][!] [kmap]
-  Without kmap, print the current keymap name.
-  When kmap is specified, set the alternate keymap to
-  kmap and, unless ! is given, switch to this keymap.
+  Without kmap, prints the current keymap name.
+  When kmap is specified, sets the alternate keymap to
+  kmap and, unless ! is given, switches to this keymap.
 :ft [filetype]
-  Without filetype, print the current file type.
-  When filetype is specified, set the file type of the
+  Without filetype, prints the current file type.
+  When filetype is specified, sets the file type of the
   current ex buffer.
 
 New key mappings:
t@@ -33,6 +33,7 @@ New key mappings:
 ^p in insert mode, inserts the contents of the default yank buffer.
 zL, zl, zr, and zR in normal mode change the value of td option.
 gu, gU, and g~ switch character case.
+^l in normal mode, updates terminal dimensions.
 
 OPTIONS
 -------