Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

Vim

Vim - Editor

< >

Vim is an editor created in 1991.

#62on PLDB 32Years Old 152.3kUsers

Vim (; a contraction of Vi IMproved) is a clone, with additions, of Bill Joy's vi text editor program for Unix. It was written by Bram Moolenaar based on source for a port of the Stevie editor to the Amiga and first released publicly in 1991. Vim is designed for use both from a command-line interface and as a standalone application in a graphical user interface. Read more on Wikipedia...


Example from Wikipedia:
" This is the Hello World program in Vim script. echo "Hello, world!" " This is a simple while loop in Vim script. let i = 1 while i < 5 echo "count is" i let i += 1 endwhile
vba.html 路 vim-editor.html 路 rails.html

View source

- Build the next great programming language Search Day 212 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com