Vim Tips Wiki
Register
(forms plugin)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
[[Category:Lists of scripts]]
There are a number of plugins that provide versions of vim commands with an advanced user interface. Most of these plugins provide commands for selecting a buffer, a file on disk, a most recently used file, and more. Some use vim's builtin completion menu, some provide their own UI elements.
+
There are a number of plugins that provide versions of Vim commands with an advanced user interface. Most of these plugins provide commands for selecting a buffer, a file on disk, a recently used file, and more. Some use Vim's builtin completion menu, some provide their own UI elements.
   
 
==Plugins that let users select items from various input sources==
 
==Plugins that let users select items from various input sources==
  +
*{{script|id=3025|text=Command-T}} ''[[Script:3025|comments]]''
 
*FuzzyFinder {{script|id=1984}}
+
*{{script|id=3736|text=CtrlP}} ''[[Script:3736|comments]]''
*ku {{script|id=2337}}
+
*{{script|id=1984|text=FuzzyFinder}} ''[[Script:1984|comments]]''
*tlib {{script|id=1863}} and related plugins
+
*{{script|id=2337|text=ku}} ''[[Script:2337|comments]]''
*unite https://github.com/Shougo/unite.vim and related plugins
+
*{{script|id=1863|text=tlib}} ''[[Script:1863|comments]]'' and related plugins
*vimuiex {{script|id=2606}}: requires python-support
+
*{{script|id=2606|text=vimuiex}} ''[[Script:2606|comments]]'' requires python-support
  +
*{{script|id=3396|text=unite}} ''[[Script:3396|comments]]'' (see also [https://github.com/Shougo/unite.vim @gihub] and related plugins)
   
 
==Plugins that provide input forms==
 
==Plugins that provide input forms==
  +
*{{script|id=4150|text=forms : Vim Forms TUI library}} ''[[Script:4150|comments]]''
  +
*{{script|id=2160|text=VFT - Vim Form Toolkit}} ''[[Script:2160|comments]]''
  +
*{{script|id=3051|text=vimforms}} ''[[Script:3051|comments]]''
   
  +
==Comments==
* VFT - VIM Form Toolkit {{script|id=2160}}
 
* vimforms {{script|id=3051}}
 

Latest revision as of 05:28, 25 August 2012

There are a number of plugins that provide versions of Vim commands with an advanced user interface. Most of these plugins provide commands for selecting a buffer, a file on disk, a recently used file, and more. Some use Vim's builtin completion menu, some provide their own UI elements.

Plugins that let users select items from various input sources[]

Plugins that provide input forms[]

Comments[]