Request two usage issues of the ctrlSF plug-in in vim
曾经蜡笔没有小新
曾经蜡笔没有小新 2017-05-16 16:38:25
0
1
658
  • How to ignore a certain folder, such as node_module?

    Is it possible to configure the ctrlSF configuration to ignore the folder like ctrlP configures ignoreDir?

  • How to specify a folder (path) to search for?
    See the ctrlSF help document for the following example,
    Search in a specific sub-directory

       :CtrlSF {pattern} /path/to/dir

    But I don’t know whether the path should be filled in (/src/views/) relative to the directory where gvim is currently running (d:/workspace/project), or whether it should be filled in according to the complete address (d:/workspace/project/src/ views/)

曾经蜡笔没有小新
曾经蜡笔没有小新

reply all(1)
洪涛

/path/to/dir This path is not a subpath but an absolute path. The root path of a Unix-like system starts with /

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template