sponsor Vim development Vim logo Vim Book Ad

namazu.vim : A frontend to the namazu command-line client.(not mknmz)

 script karma  Rating 0/0, Downloaded by 519  Comments, bugs, improvements  Vim wiki

created by
Kyosuke Takayama
 
script type
utility
 
description
Namazu is a full text search engine.
See http://www.namazu.org/.

namazu.vim has the following features.
   - searching from the namazu index.
   - open a file from search result. (now, only a plain text file)

" Options:
"
"   let g:namazu_cmd   = '/path/to/namazu'
"                        (default: namazu)
"
"   let g:namazu_index = '/path/to/indexdirectory'
"                        (Can be a space-separated list)
"
"   let g:namazu_range = NUMBER
"                        Set the number of documents shown to NUMBER.
"                        (default: 30)
"
"   let g:namazu_color = NUMBER
"                        Set this to zero to disable syntax
"                        highlighting.  (default: 1)
"
" Usage:
"
"   Type :Namazu<CR> to start searching.
"
"   <enter> : Open a selected file.
"   r       : Research.
"   s       : Set a sort METHOD (score, date)
"   k       : Move to a previous result.
"   j       : Move to a next result.
"   h       : Move to a previous page.
"   l       : Move to a next page.
"   q       : Close the namazu window.
"
 
install details
Put namazu.vim into your vim plugin directory.
And then, you need namazu command-line client, of course.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
namazu.vim 0.01 2005-02-10 6.0 Kyosuke Takayama Initial upload
ip used for rating: 18.118.12.222

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github