Projects tagged ‘vi’ and ‘vim’


[8 total ]

1537USERS
   

Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.

4USERS
   

Yzis is a vi/vim engine that is easy to integrate in any graphical application. The goal is to make it easy for people developing an application that requires an editor to integrate yzis. Currently, there is a Qt, ncurses and KDE kpart yzis frontend.

0USERS

The perl code (hdltags or vtags) creates tags for verilog/system verilog/vhdl code for browsing the code with functionalities similar to ctags Current version supports Verilog and System-Verilog. VHDL would be supported soon! Only module names are ... [More] tagged. Usual ctags commands work: vi −t : Start vi and position the cursor at the file and line where "tag" is defined. :ta : Find a tag. Ctrl-] : Find the tag under the cursor. Ctrl-T : Return to previous location before jump to tag (not widely implemented). -Anurag [Less]

0USERS

Ruby and Vim script to blog using VI/VIM/GVIM with syntax highlighting. Works using xmlrpc for Wordpress using metaWeblog, Blogger and MovableType API's specs. You can create new posts, get, edit, draft, publish, delete using simple commands inside ... [More] VIM, fast and effectivelly. Just for geeks. Its use is faster if you know some vim commands. Usage: :Blog rp "num" => get "num" recent posts list :Blog cl => get category list :Blog gp id => get post id complete information :Blog np => create a new blog post :Blog draft => save working post as draft (in the blog) :Blog publish => publish working post :Blog del id => well... you know UPDATEthis has moved to GitHub. Please go there to get the latest version. you can get it also at vim.org [Less]

0USERS

Chimp is a plugin for Vim that provides a generic method of sending commands from Vim to a screen session with a REPL running in it. This project provides interfaces to various REPL's/shells. Currently supported REPL's/shells: Clojure (this is ... [More] included in the Chimp distribution) SQL (tested with SQL*Plus but should work with other SQL shells) Planned: Ruby [Less]

0USERS

Vi/Vim Plugin for Netbeans 5.5

0USERS

Emacs always lacks of a jumplist available in Vim(ctrl-o and ctrl-i). Here is a jumplist for emacs alike in Vim.

0USERS

IntroductionRemote control for command line interfaces in Unix. The main component is a terminal input multiplexer that combines the input from the user with the input read from a FIFO. A VIM script that pipes the selected text through the FIFO ... [More] provides the integration of the remote control with VIM, and is an example of how to achieve such integration. RequirementsThe input multiplexer (inmux.exp) require expect to be installed, as well as tcllib (for cmdline). Both are available in debian stable, and should be available in other distros too. vimrepl.vim requires only Vim to be installed. Instalationinmux.exp should be placed anyware on the PATH, usually in /usr/local/bin. vimrepl.vim can be installed in ~/.vim/plugin. [Less]