README
October 18, 2010 ยท View on GitHub
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2731
sherlock.vim add completion from current buffer for command line mode ':' after a '/', and in command line mode '/' and '?'.
By default, it use
For example:
:%s/tes
In ':' mode, completion is available only after a '/'.
When the right string is in command line, you can:
- Validate it with
, or type to go away from command line if you are in '?' or '/' mode; - Validate it with
or '/', or type to go away from command line if you are in ':' mode.
You can override the default mapping with something like that in your .vimrc:
cnoremap
You can disable this plugin with this line in your .vimrc: let sherlock#disable = 1
Please, report any bug to sherlock.vim[..at..]mageekbox.net.