mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
README: mention POSIX vi as a goal of this project
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -32,6 +32,10 @@ All commands are given with normal keyboard characters, so those who can type
|
|||||||
with ten fingers can work very fast. Additionally, function keys can be
|
with ten fingers can work very fast. Additionally, function keys can be
|
||||||
mapped to commands by the user, and the mouse can be used.
|
mapped to commands by the user, and the mouse can be used.
|
||||||
|
|
||||||
|
Vim also aims to provide a (mostly) POSIX-compatible vi implementation, when
|
||||||
|
compiled with a minimal feature set (typically called vim.tiny), which is used
|
||||||
|
by many Linux distributions as the default vi editor.
|
||||||
|
|
||||||
Vim runs under MS-Windows (7, 8, 10, 11), macOS, Haiku, VMS and almost all
|
Vim runs under MS-Windows (7, 8, 10, 11), macOS, Haiku, VMS and almost all
|
||||||
flavours of UNIX. Porting to other systems should not be very difficult.
|
flavours of UNIX. Porting to other systems should not be very difficult.
|
||||||
Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000/XP/Vista,
|
Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000/XP/Vista,
|
||||||
|
@ -15,6 +15,10 @@ All commands are given with normal keyboard characters, so those who can type
|
|||||||
with ten fingers can work very fast. Additionally, function keys can be
|
with ten fingers can work very fast. Additionally, function keys can be
|
||||||
mapped to commands by the user, and the mouse can be used.
|
mapped to commands by the user, and the mouse can be used.
|
||||||
|
|
||||||
|
Vim also aims to provide a (mostly) POSIX-compatible vi implementation, when
|
||||||
|
compiled with a minimal feature set (typically called vim.tiny), which is used
|
||||||
|
by many Linux distributions as the default vi editor.
|
||||||
|
|
||||||
Vim runs under MS-Windows (7, 8, 10, 11), macOS, Haiku, VMS and almost all
|
Vim runs under MS-Windows (7, 8, 10, 11), macOS, Haiku, VMS and almost all
|
||||||
flavours of UNIX. Porting to other systems should not be very difficult.
|
flavours of UNIX. Porting to other systems should not be very difficult.
|
||||||
Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000/XP/Vista,
|
Older versions of Vim run on MS-DOS, MS-Windows 95/98/Me/NT/2000/XP/Vista,
|
||||||
|
Reference in New Issue
Block a user