About: Search all files in project quickly   Sponge Permalink

An Entity of Type : owl:Thing, within Data Space : 134.155.108.49:8890 associated with source dataset(s)

The procedure needs to be followed is as follows: download GNU idutils 3.2d (mkid,lid,fid,fnid,xtokid) from uncompress and store these files in the directory from where Vim is running. goto the top level directory of the project, and run mkid, it will create ID file in that directory (As it is time consuming process, so be patient). copy this file ID to the directory from where Vim is running. USAGE: Put these lines in your vimrc: The mapping of "_u" and "_n" can be done to some other key as per your preference but I use ^K and ^L for this purpose.

AttributesValues
rdfs:label
  • Search all files in project quickly
rdfs:comment
  • The procedure needs to be followed is as follows: download GNU idutils 3.2d (mkid,lid,fid,fnid,xtokid) from uncompress and store these files in the directory from where Vim is running. goto the top level directory of the project, and run mkid, it will create ID file in that directory (As it is time consuming process, so be patient). copy this file ID to the directory from where Vim is running. USAGE: Put these lines in your vimrc: The mapping of "_u" and "_n" can be done to some other key as per your preference but I use ^K and ^L for this purpose.
Version
  • 6(xsd:integer)
dbkwik:vim/property/wikiPageUsesTemplate
Previous
  • 113(xsd:integer)
Text
  • Project plugin
Author
  • Manish Tehanguria
Complexity
  • intermediate
Created
  • 2001-09-13(xsd:date)
ID
  • 69(xsd:integer)
  • 117(xsd:integer)
NEXT
  • 118(xsd:integer)
Rating
  • 456(xsd:integer)
abstract
  • The procedure needs to be followed is as follows: download GNU idutils 3.2d (mkid,lid,fid,fnid,xtokid) from uncompress and store these files in the directory from where Vim is running. goto the top level directory of the project, and run mkid, it will create ID file in that directory (As it is time consuming process, so be patient). copy this file ID to the directory from where Vim is running. USAGE: Put these lines in your vimrc: map _u :call ID_search()execute "/\\<" . g:word . "\\>" map _n :nexecute "/\\<" . g:word . "\\>" function ID_search() let g:word = expand("") let x = system("lid --key=none ". g:word) let x = substitute(x, " ", " ", "g") execute "next " . x endfun To use it, place the cursor on a word, type "_u" and Vim will load the file that contains the word. Search for the next occurrence of the word in the same file with "n". Go to the next file with "_n". The mapping of "_u" and "_n" can be done to some other key as per your preference but I use ^K and ^L for this purpose.
Alternative Linked Data Views: ODE     Raw Data in: CXML | CSV | RDF ( N-Triples N3/Turtle JSON XML ) | OData ( Atom JSON ) | Microdata ( JSON HTML) | JSON-LD    About   
This material is Open Knowledge   W3C Semantic Web Technology [RDF Data] Valid XHTML + RDFa
OpenLink Virtuoso version 07.20.3217, on Linux (x86_64-pc-linux-gnu), Standard Edition
Data on this page belongs to its respective rights holders.
Virtuoso Faceted Browser Copyright © 2009-2012 OpenLink Software