Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Ctrlp.vim Alternatives
Similar projects and alternatives to ctrlp.vim
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
ale
Check syntax in Vim/Neovim asynchronously and fix files, with Language Server Protocol (LSP) support
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ultisnips
UltiSnips - The ultimate snippet solution for Vim. Send pull requests to SirVer/ultisnips!
-
-
-
-
-
vim-gitgutter
A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ctrlp.vim discussion
ctrlp.vim reviews and mentions
-
I use the default file browser in vim (netrw). I know there are plugins that a lot of people like. Should I switch?
But I mostly use ctrlp when I work with projects. A can recommend vim-ripgrep too, it lets you find strings/patterns in your project files.
-
Feeling super slow...
You may find something like ctrlp useful. Some sort of fuzzy definition search.
-
New User
My basic vim workflow is that I open vim, which opens NerdTree for me by default. I can find the file I want in NerdTree, or I can hit Ctrl+p to open a file with fuzzy searching.
-
Fzf: a tool that will transform your CLI life
I'd personally suggest ctrlp.vim: https://github.com/ctrlpvim/ctrlp.vim
-
Here's a question
ctrlp.vim - Fuzzy File Opener (req)
- Which editor do you use for your Go coding?
-
Buffer switchers like VSCode
There's also some relevant plugins: - ctrlpvim/ctrlp.vim: Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder. - vijaymarupudi/nvim-fzf: A Lua API for using fzf in neovim. - nvim-telescope/telescope.nvim: Find, Filter, Preview, Pick. All lua, all the time. - gelguy/wilder.nvim: A more adventurous wildmenu
-
Use Ctrl-P in a whole project
I have set the line let g:ctrlp_working_path_mode = 'r' and according to the GitHub repo it should allow Ctrl-P to do its searches in the whole project I'm in but it doesn't. It stop at the files opened by Neovim. Did I misunderstood the purpose of the plugin, or a I doing something wrong ?
-
What about changing between files? Do you guys touch the mouse?????
i use ctrlp.vim
-
How many plugins do you use on a daily basis and what are they?
CtrlP
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 25 Apr 2025
Stats
ctrlpvim/ctrlp.vim is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of ctrlp.vim is Vim Script.