https://github.com/tomtom/tcommand_vim
Select commands, menu items etc. from a list
https://github.com/tomtom/tcommand_vim
Last synced: 4 months ago
JSON representation
Select commands, menu items etc. from a list
- Host: GitHub
- URL: https://github.com/tomtom/tcommand_vim
- Owner: tomtom
- Created: 2010-08-10T09:00:06.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T14:39:12.000Z (over 12 years ago)
- Last Synced: 2025-06-30T00:02:56.532Z (12 months ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=3013
- Size: 117 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: CHANGES.TXT
Awesome Lists containing this project
README
VIM plugins are cool but with time you forget about even useful
commands. This plugin provides a command (|:TCommand|) that lets you
select a command from a list (you can optionally display help on the
currently hightlighted command) and then run it from the command line.
It thus provides an alternative to the built-in command-line completion.
-----------------------------------------------------------------------
Status: Works for me (there may be some minor quirks)
Dependencies:
tlib :: http://github.com/tomtom/tlib_vim
> git clone git://github.com/tomtom/tlib_vim.git
Install: See http://github.com/tomtom/vimtlib/blob/master/INSTALL.TXT
See http://github.com/tomtom for related plugins.