vim-addon-local-vimrc VS vim-ctrlspace

Compare vim-addon-local-vimrc vs vim-ctrlspace and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
vim-addon-local-vimrc vim-ctrlspace
10 13
146 1,726
- 0.5%
4.5 4.3
3 months ago 25 days ago
Vim Script Vim Script
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vim-addon-local-vimrc

Posts with mentions or reviews of vim-addon-local-vimrc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-28.

vim-ctrlspace

Posts with mentions or reviews of vim-ctrlspace. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-01.
  • How do you navigate different projects?
    2 projects | /r/vim | 1 Jun 2023
    https://github.com/vim-ctrlspace/vim-ctrlspace is the main plugin I use to open files and jump between buffers. In terms of this plugin, a project is a "bookmark," and you can switch between them easily - each project is actually just a working directory. Then you can open files from the current project directory using fuzzy search. I use tabs to keep related buffers together. And one of strong points of ctrlspace is that it keeps buffer list separate per tab. In other words, each tab has its own list of buffers, so you can jump really quickly between them. Of course, you can search in all loaded buffers (like in :ls).
  • Neovim workflow
    10 projects | /r/neovim | 30 Apr 2023
  • How to avoid having six million buffers open
    4 projects | /r/vim | 16 Mar 2023
    I thought it would be nice to have something like :ls but only for buffers of a current tab. There's a plugin that does exactly that: https://github.com/vim-ctrlspace/vim-ctrlspace. It supports fuzzy search of buffers (as well as files in your project), but I mostly use j/k in the buffer selection list. You can do browsing in a separate tab to keep those uninteresting buffers separate from everything else. I just no longer use :ls since it still contains a list of all buffers ever opened, and vim-ctrlspace buffer switching is much better. Though I sometimes still use :b filename.
  • How do you handle multiple projects/workspaces with Neovim?
    8 projects | /r/neovim | 31 May 2022
    Maybe this could fill your requirements: https://github.com/vim-ctrlspace/vim-ctrlspace
  • Is there a way to restore your current session including all of the marks?
    1 project | /r/vim | 11 Jan 2022
  • Favorite unfamous vim/neovim plugin?
    23 projects | /r/neovim | 5 Jan 2022
    I personally love vim-ctrlspace. I found out about it a few months ago, and since then, it's really one of the few plugins that I can't live without.
  • How to have separate buffers for every tab and split?
    1 project | /r/neovim | 4 Dec 2021
  • How to handle multiple projects in a single instance
    3 projects | /r/vim | 17 Sep 2021
    I used spacemacs for a few years and this problem was solved pretty neatly by projectile which basically filters all the buffer not in the current project. However it wasn't perfect and switch back to vim/tmux, but if for those who like this kind of workflow and don't want to use tmux (because for example they prefer a GUI version of vim), the vim plugin (ctrspace)(https://github.com/vim-ctrlspace/vim-ctrlspace) gives a similar workflow. I tried using but it wasn't for me.
  • Best way to implement a project like system?
    3 projects | /r/vim | 5 Aug 2021
    Try vim-addon-local-vimrc to load a project specific vimrc or vim-ctrlspace to load session infos.
  • How to make different buffers in different tabs?
    1 project | /r/vim | 4 Feb 2021

What are some alternatives?

When comparing vim-addon-local-vimrc and vim-ctrlspace you can also consider the following projects:

vim-makery - A Vim plugin for managing your makeprgs.

nvim-neoclip.lua - Clipboard manager neovim plugin with telescope integration

nvim-projectconfig - neovim projectconfig

telescope-command-palette.nvim - Create key-bindings and watch them with telescope :telescope:

pounce.nvim - Incremental fuzzy search motion plugin for Neovim

bufexplorer - BufExplorer Plugin for Vim

direnv.vim - vim plugin for direnv support

fzf-folds.vim - Vim plugin that lets you fuzzy search for folds in a file

editorconfig-vim - EditorConfig plugin for Vim

nui.nvim - UI Component Library for Neovim.

dein.vim - :zap: Dark powered Vim/Neovim plugin manager

vim-prosession - Handle vim sessions like a pro