https://github.com/tomtom/cmdlinehelp_vim
Display help on the command currently being edited in the command line
https://github.com/tomtom/cmdlinehelp_vim
Last synced: 3 months ago
JSON representation
Display help on the command currently being edited in the command line
- Host: GitHub
- URL: https://github.com/tomtom/cmdlinehelp_vim
- Owner: tomtom
- Created: 2010-08-16T13:13:37.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2013-10-20T14:38:25.000Z (over 12 years ago)
- Last Synced: 2025-02-22T05:27:56.463Z (over 1 year ago)
- Language: VimL
- Homepage: http://www.vim.org/scripts/script.php?script_id=2279
- Size: 105 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Has this ever happened to you? You are typing a command and cannot remember
whether that particular option is an "u" or an "o". cmdlinehelp to the
rescue!
When editing a command line, press (see also |g:cmdlinehelpMapView|)
to display help on the command currently being edited.
Use / to scroll the help window.
This plugin was inspired by a post by Marcel Boon to vim_use:
http://groups.google.com/group/vim_use/browse_frm/thread/aaa3d652d7b76d02
-----------------------------------------------------------------------
Status: Works for me (there may be some minor quirks)
Install: See http://github.com/tomtom/vimtlib/blob/master/INSTALL.TXT
See http://github.com/tomtom for related plugins.