URI: 
       tREADME: mention ^L for updating terminal dimensions - neatvi - [fork] simple vi-type editor with UTF-8 support
  HTML git clone git://src.adamsgaard.dk/neatvi
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 21fbb957e68be32c891d0acef4146ac095fe1654
   DIR parent 9ca86428e02a27ebef2b49590963ac3b4171c662
  HTML Author: Ali Gholami Rudi <ali@rudi.ir>
       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(-)
       ---
   DIR 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
        -------