aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-24 08:31:47 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-24 08:31:47 +0200
commitf26e811bb073297ac1ca753c2c3cb746af07b9bf (patch)
treedc351b4c4e026458bc2f16f55c42afdc38ec3c8f
parent4c0d935f7ac9675f3d2fb444b48084b44efc583f (diff)
downloadvis-f26e811bb073297ac1ca753c2c3cb746af07b9bf.tar.gz
vis-f26e811bb073297ac1ca753c2c3cb746af07b9bf.tar.xz
Update README to reflect current ':'-command status
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 73ffdf7..00f75a2 100644
--- a/README
+++ b/README
@@ -431,6 +431,22 @@ and their current support in vis.
:vsplit split window vertically
:wq write changes then close window
:write write current buffer content to file
+ :saveas save file under another name
+ :set set the options below
+
+ tabwidth [1-8]
+
+ set display width of a tab and number of spaces to use if
+ expandtab is enabled
+
+ expandtab (1|yes|true)|(0|no|false)
+
+ whether typed in tabs should be expanded to tabwidth spaces
+
+ syntax name
+
+ use syntax definition given (e.g. "c") or disable syntax
+ highlighting if no such definition exists (e.g :set syntax off)
The substitute command is recognized but not yet implemented. The '!'
command to filter text through an external program is also planned.