diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-24 08:31:47 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-24 08:31:47 +0200 |
| commit | f26e811bb073297ac1ca753c2c3cb746af07b9bf (patch) | |
| tree | dc351b4c4e026458bc2f16f55c42afdc38ec3c8f /README | |
| parent | 4c0d935f7ac9675f3d2fb444b48084b44efc583f (diff) | |
| download | vis-f26e811bb073297ac1ca753c2c3cb746af07b9bf.tar.gz vis-f26e811bb073297ac1ca753c2c3cb746af07b9bf.tar.xz | |
Update README to reflect current ':'-command status
Diffstat (limited to 'README')
| -rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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. |
