From f26e811bb073297ac1ca753c2c3cb746af07b9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 24 Sep 2014 08:31:47 +0200 Subject: Update README to reflect current ':'-command status --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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. -- cgit v1.2.3