Skip to content

Shell functions and aliases to perform find_file operations and live_greps from the terminal. Selected files or lines matching greps will be opened via vim or nvim. All of the magic is done thanks to fzf, ripgrep, and bat ✨

Notifications You must be signed in to change notification settings

manofthelionarmy/vimFzf-Rg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Rg+Fzf+Vim+Nvim

These are scripts you can source from your ~/.zshrc and/or ~/.bashrc

By using the magic provided by ripgrep and fzf, you can speed up your workflow and quickly navigate to files and jump to lines in vim or neovim after performing a live grep. This was inspired by telescope.nvim, and it would be neat if you can do live_grep and find_files from the command line.

Prerequisites

  • Install neovim/vim

  • Install ripgrep

  • Install fzf

  • Install bat

About

Shell functions and aliases to perform find_file operations and live_greps from the terminal. Selected files or lines matching greps will be opened via vim or nvim. All of the magic is done thanks to fzf, ripgrep, and bat ✨

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages