diff options
Diffstat (limited to 'development/neatvi/README')
-rw-r--r-- | development/neatvi/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/development/neatvi/README b/development/neatvi/README new file mode 100644 index 0000000000..bb048634de --- /dev/null +++ b/development/neatvi/README @@ -0,0 +1,8 @@ +Neatvi is a simple and clean vi(1) implementation, despite its small +size it supports UTF-8, syntax highlighting, multiple windows, +keymaps and right-to-left languages, such as Arabic/Persian. A man +page is not included, but the editor follow classic vi(1) closely, +non-standard extensions are documented in /usr/doc/neatvi-*/README + +Tip: If you prefer neatvi as your default vi editor, you can simply +make a link: ln -sf /usr/bin/neatvi /usr/bin/vi |