nvim-tetris VS vim-ctrlspace

Compare nvim-tetris vs vim-ctrlspace and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
nvim-tetris vim-ctrlspace
6 13
183 1,727
- 0.3%
0.0 5.2
4 months ago about 1 month ago
Lua Vim Script
GNU General Public License v3.0 only -
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.

nvim-tetris

Posts with mentions or reviews of nvim-tetris. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-01.

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 nvim-tetris and vim-ctrlspace you can also consider the following projects:

Techmino - Techmino:方块研究所唯一官方仓库(Github)

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

neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim.

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

vim-cutlass - Plugin that adds a 'cut' operation separate from 'delete'

bufexplorer - BufExplorer Plugin for Vim

neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim. [Moved to: https://github.com/nvim-neorg/neorg]

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

nvim-local-fennel - Execute local Fennel Lisp files in Neovim upon startup

nui.nvim - UI Component Library for Neovim.

nvim-cursorword - highlight the word under the cursor.

vim-prosession - Handle vim sessions like a pro