vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4d697f3b08f69b7ed23c2218907486382ca050c4 parent 3ba95248f6ce25063ca6a60b260ebd70be8fe9f0 Author: Erlend Fagerheim <erlendf80@gmail.com> Date: Tue, 29 Dec 2015 23:47:54 +0100 #111 command line prompt options defaults Diffstat:
| M | README.md | | | 24 | ++++++++++++++---------- |
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/README.md b/README.md @@ -255,44 +255,48 @@ Operators can be forced to work line wise by specifying `V`. :later revert to newer text state :set set the options below - tabwidth [1-8] + tabwidth [1-8] default 8 set display width of a tab and number of spaces to use if expandtab is enabled - expandtab (yes|no) + expandtab (yes|no) default no whether typed in tabs should be expanded to tabwidth spaces - autoindent (yes|no) + autoindent (yes|no) default no replicate spaces and tabs at the beginning of the line when starting a new line. - number (yes|no) - relativenumber (yes|no) + number (yes|no) default no + relativenumber (yes|no) default no whether absolute or relative line numbers are printed alongside the file content - syntax name + syntax name default yes use syntax definition given (e.g. "c") or disable syntax highlighting if no such definition exists (e.g :set syntax off) - show newlines=[1|0] tabs=[1|0] spaces=[0|1] + show show/hide special white space replacement symbols - cursorline (yes|no) + newlines = [0|1] default 0 + tabs = [0|1] default 0 + spaces = [0|1] default 0 + + cursorline (yes|no) default no highlight the line on which the cursor currently resides - colorcolumn number + colorcolumn number default 0 highlight the given column - theme name + theme name default dark-16.lua | solarized.lua (16 | 256 color) use the given theme / color scheme for syntax highlighting