Vi/Vim Software

View 70 business solutions
Vi/Vim Clear Filters

Browse free open source Vi/Vim software and projects below. Use the toggles on the left to filter open source Vi/Vim software by OS, license, language, programming language, and project status.

  • Nectar: Employee Recognition Software to Build Great Culture Icon
    Nectar: Employee Recognition Software to Build Great Culture

    Nectar is an employee recognition software built for the modern workforce.

    Our 360 recognition & rewards platform enables everyone (peer to peer & manager to employees alike) to send meaningful recognition rooted in core values. Nectar has the most extensive rewards catalog so users can choose from company branded swag, Amazon products, gift cards or custom reward types. Integrate with your other tools like Slack and Teams to make sending recognition easy. We support top organizations like MLB, SHRM, Redfin, Heineken and more.
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 1
    Neovim

    Neovim

    Hyperextensible Vim-based text editor

    Neovim is a hyperextensible text editor based on Vim. It seeks to maximize usability and extensibility, simplify maintenance and encourage contributions.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 2
    Vim provides a rich set of tools which makes generating latex easy, pain-free and quite pleasurable. This web-site aims at bringing together the rich set of tools the vim community has produced over the years into a central repository
    Downloads: 29 This Week
    Last Update:
    See Project
  • 3
    Vrapper

    Vrapper

    Vim-like editing in Eclipse

    Vrapper is an eclipse plugin which acts as a wrapper for existing eclipse text editors to provide a Vim-like input scheme for moving around and editing text. Eclipse Update Site: http://vrapper.sourceforge.net/update-site/stable
    Downloads: 10 This Week
    Last Update:
    See Project
  • 4
    ViATc

    ViATc

    Vim Key for Total Commander

    Vim Mode At Total Commander
    Downloads: 3 This Week
    Last Update:
    See Project
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 5
    Russian Vim

    Russian Vim

    Russian language for a popular text editor Vim

    Translation of documents, messages, and menu items of the program Vim on Russian language. Редактор Vim по-русски.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    ViVi is a Text Editor for Windows/Mac/Linux, which is powerd by Qt and supports vi commands. ※ Although ViVi is a proprietary software, only this version is Open Source and FreeWare.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    MUI-Vim

    Vim with a MUI GUI for AmigaOS4, AROS and MorphOS.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PmWiki to Markdown Converter

    PmWiki to Markdown Converter

    Converts PMWiki to Markdown

    Vim script to Convert PMWiki to Markdown
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Powerline

    Powerline

    Statusline plugin for vim with prompts for several other applications

    Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile. Powerline was completely rewritten in Python to get rid of as much vimscript as possible. This has allowed much better extensibility, leaner and better config files, and a structured, object-oriented codebase with no mandatory third-party dependencies other than a Python interpreter. Using Python has allowed unit testing of all the project code. The code is tested to work in Python 2.6+ and Python 3. Originally created exclusively for vim statuslines, the project has evolved to provide statuslines in tmux and several WMs, and prompts for shells like bash/zsh and other applications. It’s simple to write renderers for any other applications that Powerline doesn’t yet support. JSON is a standardized, simple and easy to use file format that allows for easy user configuration across Powerline’s supported applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Component Content Management System for Software Documentation Icon
    Component Content Management System for Software Documentation

    Great tool for serious technical writers

    Paligo is an end-to-end Component Content Management System (CCMS) solution for technical documentation, policies and procedures, knowledge management, and more.
  • 10

    RTE

    Rapid Text Edior

    RTE is a rapid text editor with column selection and a numeric sort ascending and descending (integer or double)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Scala to Kotlin Converter

    Scala to Kotlin Converter

    Convert Scala source code to Kotlin source code.

    To convert my Scala unit tests to Kolin unit tests as Scala is a pain to upgrade and I'm stock at Scala 1.12. Easier to move to Kotlin which also works fine with Android.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Spacemacs

    Spacemacs

    A community-driven Emacs distribution

    The best editor is neither Emacs nor Vim, it's Emacs *and* Vim, courtesy of Spacemacs! Spacemacs is an extension of the popular text editor Emacs, that offers a whole new way of experiencing Emacs. It is a community-driven Emacs distribution that focuses on ergonomics, mnemonics and consistency. Using it comes naturally to both Emacs and Vim users. In fact, you could even combine the two editing styles. Enabling you to switch between input styles makes Spacemacs a great choice for pair-programming. Spacemacs features a beautiful GUI and exceptional ergonomics, with all the key bindings easily accessible simply by pressing the space bar or alt-m. Spacemacs also comes with hundreds of curated, ready-to-use packages that are well organised in configuration layers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Spock Text Editor

    Simply text editor for php, jsp, html, etc...

    This app is designed in Java, so is fully compatible with Win, Mac and Linux 32 or 64 bits. It's a simple and fast text editor and supports: *.txt *.jsp *.php *.c *.h(headers for C language) *.java *.htm/html This is the first version and my first application on java. I hope you like it! See you in version 2! ;-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    UltiSnips

    UltiSnips

    Snippet solution for Vim

    UltiSnips is the ultimate solution for snippets in Vim. It has many features, speed being one of them. You should first expand the #! snippet, then the class snippet. The completion menu comes from YouCompleteMe, UltiSnips also integrates with deoplete, and more. You can jump through placeholders and add text while the snippet inserts text in other places automatically: when you add Animal as a base class, __init__ gets updated to call the base class constructor. When you add arguments to the constructor, they automatically get assigned to instance variables. You can then insert your personal snippet for print debugging.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    VI65

    VI editor for 6502 based systems

    A VI like editor for the Commodore 64, 128, 16, Plus 4, VIC20 (expanded), PET 40/80, Atari 8bit, Apple II.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    VIMWeb - is a script/macro utilizing the VIM editor that is available on any platform out there. The script uses command to quickly create web pages based on HTML (xHTML 2)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Vim Crestron IDE

    Turn gVim into a Crestron SIMPL+ IDE.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Plugin that helps Vim user to map one sequence of characters to other sequence of characters.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A collection of vimscripts from http://www.vim.org and some custom scripts for developpment of C Code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Bash script to improve your vim.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Vimuiex is a library and a set of plugins for the Vim text editor. It adds a popup listbox that is displayed in an overlapping window inside Vim. Plugins: text menu, file browser, buffer list, MRU files, enhanced vimgrep (occur), ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    XVim

    XCode plugin for Vim keybindings

    This project has moved to https://github.com/JugglerShu/XVim This plugin enables you to control XCode source editor as if you are using Vim inside there. ### How to Install the Plugin ### Download the zip file from above and extract the file into "$(HOME)/Library/Application Support/Developer/Shared/Xcode/Plug-ins" directory. Make the directory if there is not. ### For XVim lite users ### Delete XVim_lite.xcplugin directory after or before installing XVim. Any suggestions, reviews, feature request, bug reports, donations are all welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    XVim

    XCode plugin for Vim keybindings

    This plugin enables you to control XCode source editor as if you are using Vim inside there.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Utilities for learning Boshiamy input method in traditional Chinese on vim and emacs. 將boshiamy-cue.vim放在你的plugin目錄下。我使用WINDOWS,我就將這個檔案放在"C:\Program Files (x86)\Vim\vim73\plugin"。按F3可以在VIM下顯示蝦米碼。 將boshiamy.vim放在你vim的keymap目錄下。執行 :set keymap=boshiamy 你就可以在vim下使用蝦米輸入,<Ctrl-^>可以切換中英輸入模式。 這個方法的唯一毛病就是如果同一個蝦米碼有兩個以上的選擇,你不能看到選擇。在注音輸法下,這可能會有問題,但蝦米輸入大致上不會有問題。我這篇介紹就是這樣打的。
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    elvis vi

    elvis vi

    elvis, a vi text editor clone

    The original source tarball for Evis version 2.2_0, unmodified, is in Files. README.txt gives tips for compiling on modern compilers (gcc-4.4.5 / linux) and using Xcode for Apple Sierra OS. Elvis is a vi(1) (visual ed) vi editor clone (vim is another clone). "vi" is short for "visual ed(1)" (the 1 means see manpage for ed in section 1 of unix manual pages). vi as a visual editor means typical keyboard editing with ed(1) accessible to do complex editing jobs that developers often require (emacs is a heavyweight better than vi, but harder to use).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next