A plugin for quickly jumping to a specific line in a file using grep and fzf.
With vim-plug:
- Add
Plug 'JacobBorden/string-jumper'
to your~/.vimrc
- Run
:PlugInstall
With Vundle:
- Add
Plugin 'JacobBorden/string-jumper'
to your~/.vimrc
- Run
:PluginInstall
- Download the latest release from https://github.com/JacobBorden/string-jumper/releases
- Extract the files and copy them to your
~/.vim
directory
To use the plugin, simply type :StringJump
and enter the search string you want to find. The plugin will use grep to search for the string in all files in the current directory and its subdirectories, and present the results using fzf. Select the desired result and the plugin will open the file and jump to the line containing the search string.
This plugin is released under the MIT License. See LICENSE for details.S