Lines Matching refs:as
84 characters (or as much as the system supports).
120 starts in a mode which behaves like the "real" Vi as much as possible.
163 platforms, such as X11 (with Motif and Athena interfaces), GTK, Win32
189 The highlighted text can be exported as HTML. |convert-to-HTML|
206 A range of lines can be shown as one "folded" line. This allows
239 This breaks the insert in two parts as far as undo and redo is
243 almost the same as hitting <Esc>, typing the command and doing |a|.
464 characters (they are represented as <NL> internally).
487 "scriptfile" are treated as if you typed them. If end of file is reached
511 0xa0 are displayed as "~?", "~@", "~A", etc., unless they are included in the
523 under the cursor as argument.
541 tags file in the same directory as the file being edited.
551 Search patterns have more features. The <NL> character is seen as part of the
552 search pattern and the substitute string of ":s". Vi sees it as the end of
568 Added :wnext command. Same as ":write" followed by ":next".
608 "74G"), as most people would expect.
634 same positions as used with the '' command, but may be in another file. The
694 CTRL-@ (insert previously inserted text) works always (Vi: only when typed as
708 inserted in the text as a single character. Useful for international
796 than <CR>, <NL> and <Space> are interpreted as the (start of) a command.
834 `:exit` same as `:xit`
850 `:previous` same as `:Next` {Vi: only in some versions}
866 `:suspend` same as ":stop"
867 `:t` same as ":copy"
874 `:visual` same as ":edit", but turns off "Ex" mode
882 `:#` same as ":number"
908 |<BS>| same as "h"
909 |CTRL-H| same as "h"
910 |<NL>| same as "j"
911 |CTRL-J| same as "j"
914 |CTRL-M| same as <CR>
915 |CTRL-N| same as "j"
916 |CTRL-P| same as "k"
917 |CTRL-R| in some Vi versions: same as CTRL-L
926 |<Space>| same as "l"
939 |+| same as <CR>
1031 |<Del>| same as "x"
1037 {Vi: only when typed as first char, only up to 128 chars}
1045 CTRL-H same as <BS>
1047 CTRL-I same as <Tab>
1048 <NL> same as <CR>
1049 CTRL-J same as <CR>
1051 CTRL-M same as <CR>
1058 CTRL-[ same as <Esc>
1112 versions as a boolean option}
1140 +{command} Elvis, Nvi, Posix, Vi, Vim: Same as "-c {command}".
1155 --nofork Vim: same as |-f|
1195 -c {command} Elvis, Nvi, Posix, Vim: run {command} as an Ex command after
1207 -e Elvis, Nvi, Vim: Start in Ex mode, as if the executable is
1213 -f {session} Elvis: Use {session} as the session file.
1219 -G {gui} Elvis: Use the {gui} as user interface.
1232 -L Vim: Same as "-r" {only in some versions of Vi: "List
1267 -s Nvi, Posix, Vim: Same as "-" (silent mode), when in Ex mode.
1290 -w{size} Nvi, Vi: Same as "-w {size}".
1303 @{cmdfile} Vile: use {cmdfile} as startup file.
1313 flags when Vim starts up. This makes Vim run as POSIX as it can. That's
1321 This is where Vim does not behave as POSIX specifies and why: