Introduction
Introduction Statistics Contact Development Disclaimer Help
tREADME: mention more vi commands - neatvi - [fork] simple vi-type editor with …
git clone git://src.adamsgaard.dk/neatvi
Log
Files
Refs
README
---
commit 3bf27b04ec791df5a624dc4487422f382b96327c
parent 9a863ba10653cfba7e99b4ed2d30b1474680bb38
Author: Ali Gholami Rudi <[email protected]>
Date: Thu, 13 Oct 2016 13:58:55 +0330
README: mention more vi commands
Diffstat:
M README | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/README b/README
t@@ -10,9 +10,9 @@ Edit conf.h to adjust syntax highlighting rules and text dir…
patterns. To define a new keymap, create a new array in kmap.h, like
kmap_fa, and add it to kmaps array in the same header (the first entry
of the new array specifies its name). The current keymap may be
-changed using :cm ex command. When in input mode, ^e changes to the
-English kaymap and ^f changes to the alternate keymap (the last keymap
-specified with :cm).
+changed with :cm ex command. When in input mode, ^e activates the
+English kaymap and ^f switches to the alternate keymap (the last
+keymap specified with :cm).
COMMANDS
--------
t@@ -29,8 +29,10 @@ Commands not available in ex(1):
current ex buffer.
New key mappings:
-^a in normal mode, searches for the word under the cursor
-^p in insert mode, inserts the contents of the default yank buffer
+^a in normal mode, searches for the word under the cursor.
+^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.
OPTIONS
-------
t@@ -39,7 +41,7 @@ To improve neatvi's performance, shaping, character reorderi…
syntax highlighting can be disabled by defining the EXINIT environment
variable as "set noshape | set noorder | set nohl | set td=+2".
-Options supported by neatvi:
+Options supported in neatvi:
td, textdirection
Current direction context. The following values are meaningful:
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.