Lines Matching refs:same
40 allows executing the same commands, but updates the whole screen instead of
168 different buffer or the same buffer at a different location. Buffers
243 almost the same as hitting <Esc>, typing the command and doing |a|.
414 The |[d|, |[D| and |[_CTRL-D| commands do the same, but only for
471 UTF-8 support to be able to edit various languages at the same time,
541 tags file in the same directory as the file being edited.
594 still point to the same files. In Vi ":cd" is not allowed in a changed file;
634 same positions as used with the '' command, but may be in another file. The
812 Vim supports nearly all Vi commands and mostly in the same way. That is when
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"
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>
1155 --nofork Vim: same as |-f|